Html Css Color HEX #D8E084 Primrose

📋 copy color: '#D8E084'

red 216 ◦ green 224 ◦ blue 132

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

Shades of Primrose #D8E084

Tints of Primrose #D8E084

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.16%

 BLUE value IS 132 (51.95% from 255) = 23.08%

R = 37.76%
G = 39.16%
B = 23.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#D8E084 (or 0xD8E084) is known color: Primrose. HEX triplet: D8, E0 and 84. RGB value is (216,224,132). Sum of RGB (Red+Green+Blue) = 216+224+132=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E084 is #271F7B. Grayscale: #D3D3D3. Windows color (decimal): -2563964 or 8708312. OLE color: 8708312.

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

Color convert

RGB 216 224 132 -
CMYK 0.04 0 0.41 0.12
HSL 65.22º 0.6% 0.7% -
HSV(B) 65.22º 0.41% 0.88% -
XYZ 59.14 69.58 32.14 -
YUV 211.12 83.35 131.48 -
System Red Green Blue C M Y K H S L
Decimal 216 224 132 0.04 0 0.41 0.12 65.22 0.6 0.7
Hex D8 E0 84 4 0 29 C 41 3C 46
Octal 330 340 204 4 0 51 14 101 74 106
Binary 11011000 11100000 10000100 100 0 101001 1100 1000001 111100 1000110

Color Harmonies of #D8E084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E084

Black with #D8E084

Text Example


Text Example

White with #D8E084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E084; }

 p { color: rgb(216,224,132); }

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

background-color css

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

 a { background-color: rgb(216,224,132); }

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

border-color css

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

 span { border-color: rgb(216,224,132); }

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