Html Css Color HEX #D5EA8C Sulu

📋 copy color: '#D5EA8C'

red 213 ◦ green 234 ◦ blue 140

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

Shades of Sulu #D5EA8C

Tints of Sulu #D5EA8C

RGB

 RED value IS 213 (83.59% from 255) = 36.29%

 GREEN value IS 234 (91.8% from 255) = 39.86%

 BLUE value IS 140 (55.08% from 255) = 23.85%

R = 36.29%
G = 39.86%
B = 23.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#D5EA8C (or 0xD5EA8C) is known color: Sulu. HEX triplet: D5, EA and 8C. RGB value is (213,234,140). Sum of RGB (Red+Green+Blue) = 213+234+140=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EA8C is #2A1573. Grayscale: #D9D9D9. Windows color (decimal): -2758004 or 9235157. OLE color: 9235157.

HSL color Cylindrical-coordinate representation of color #D5EA8C: hue angle of 73.4º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5EA8C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 234 140 -
CMYK 0.09 0 0.40 0.08
HSL 73.4º 0.69% 0.73% -
HSV(B) 73.4º 0.4% 0.92% -
XYZ 61.6 74.89 36.02 -
YUV 217.01 84.54 125.14 -
System Red Green Blue C M Y K H S L
Decimal 213 234 140 0.09 0 0.40 0.08 73.4 0.69 0.73
Hex D5 EA 8C 9 0 28 8 49 45 49
Octal 325 352 214 11 0 50 10 111 105 111
Binary 11010101 11101010 10001100 1001 0 101000 1000 1001001 1000101 1001001

Color Harmonies of #D5EA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EA8C

Black with #D5EA8C

Text Example


Text Example

White with #D5EA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EA8C; }

 p { color: rgb(213,234,140); }

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

background-color css

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

 a { background-color: rgb(213,234,140); }

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

border-color css

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

 span { border-color: rgb(213,234,140); }

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