Html Css Color HEX #DEE58E Primrose

📋 copy color: '#DEE58E'

red 222 ◦ green 229 ◦ blue 142

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

Shades of Primrose #DEE58E

Tints of Primrose #DEE58E

RGB

 RED value IS 222 (87.11% from 255) = 37.44%

 GREEN value IS 229 (89.84% from 255) = 38.62%

 BLUE value IS 142 (55.86% from 255) = 23.95%

R = 37.44%
G = 38.62%
B = 23.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#DEE58E (or 0xDEE58E) is known color: Primrose. HEX triplet: DE, E5 and 8E. RGB value is (222,229,142). Sum of RGB (Red+Green+Blue) = 222+229+142=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE58E is #211A71. Grayscale: #D9D9D9. Windows color (decimal): -2169458 or 9364958. OLE color: 9364958.

HSL color Cylindrical-coordinate representation of color #DEE58E: hue angle of 64.83º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEE58E is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 229 142 -
CMYK 0.03 0 0.38 0.10
HSL 64.83º 0.63% 0.73% -
HSV(B) 64.83º 0.38% 0.9% -
XYZ 63.03 73.52 36.46 -
YUV 216.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 222 229 142 0.03 0 0.38 0.10 64.83 0.63 0.73
Hex DE E5 8E 3 0 26 A 41 3F 49
Octal 336 345 216 3 0 46 12 101 77 111
Binary 11011110 11100101 10001110 11 0 100110 1010 1000001 111111 1001001

Color Harmonies of #DEE58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE58E

Black with #DEE58E

Text Example


Text Example

White with #DEE58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE58E; }

 p { color: rgb(222,229,142); }

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

background-color css

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

 a { background-color: rgb(222,229,142); }

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

border-color css

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

 span { border-color: rgb(222,229,142); }

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