Html Css Color HEX #D8E187 Primrose

📋 copy color: '#D8E187'

red 216 ◦ green 225 ◦ blue 135

#D8E187
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #D8E187

Tints of Primrose #D8E187

RGB

 RED value IS 216 (84.77% from 255) = 37.5%

 GREEN value IS 225 (88.28% from 255) = 39.06%

 BLUE value IS 135 (53.13% from 255) = 23.44%

R = 37.5%
G = 39.06%
B = 23.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.4

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D8E187 (or 0xD8E187) is known color: Primrose. HEX triplet: D8, E1 and 87. RGB value is (216,225,135). Sum of RGB (Red+Green+Blue) = 216+225+135=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 135 (53.12% from 255 or 23.44% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E187 is #271E78. Grayscale: #D4D4D4. Windows color (decimal): -2563705 or 8905176. OLE color: 8905176.

HSL color Cylindrical-coordinate representation of color #D8E187: hue angle of 66º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8E187 is Cyan = 0.04, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 225 135 -
CMYK 0.04 0 0.4 0.12
HSL 66º 0.6% 0.71% -
HSV(B) 66º 0.4% 0.88% -
XYZ 59.62 70.2 33.33 -
YUV 212.05 84.52 130.82 -
System Red Green Blue C M Y K H S L
Decimal 216 225 135 0.04 0 0.4 0.12 66 0.6 0.71
Hex D8 E1 87 4 0 28 C 42 3C 47
Octal 330 341 207 4 0 50 14 102 74 107
Binary 11011000 11100001 10000111 100 0 101000 1100 1000010 111100 1000111

Color Harmonies of #D8E187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E187

Black with #D8E187

Text Example


Text Example

White with #D8E187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E187; }

 p { color: rgb(216,225,135); }

 H1.HeaderClassName
 {
   color: #D8E187;
 }
 .AnyTagClassName
 {
   color: #D8E187;
 }
</style>

background-color css

<style>
 a { background-color: #D8E187; }

 a { background-color: rgb(216,225,135); }

 div.DivClassName
 {
   background-color: #D8E187;
 }
 .BgClassName
 {
   background-color: #D8E187;
 }
</style>

border-color css

<style>
 span { border-color: #D8E187; }

 span { border-color: rgb(216,225,135); }

 td.TdClassName
 {
   border-color: #D8E187;
 }
 .TagClassName
 {
   border-color: #D8E187;
 }
</style>