Html Css Color HEX #D4EA80 Sulu

📋 copy color: '#D4EA80'

red 212 ◦ green 234 ◦ blue 128

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

Shades of Sulu #D4EA80

Tints of Sulu #D4EA80

RGB

 RED value IS 212 (83.2% from 255) = 36.93%

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

 BLUE value IS 128 (50.39% from 255) = 22.3%

R = 36.93%
G = 40.77%
B = 22.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#D4EA80 (or 0xD4EA80) is known color: Sulu. HEX triplet: D4, EA and 80. RGB value is (212,234,128). Sum of RGB (Red+Green+Blue) = 212+234+128=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EA80 is #2B157F. Grayscale: #D7D7D7. Windows color (decimal): -2823552 or 8448724. OLE color: 8448724.

HSL color Cylindrical-coordinate representation of color #D4EA80: hue angle of 72.45º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4EA80 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 234 128 -
CMYK 0.09 0 0.45 0.08
HSL 72.45º 0.72% 0.71% -
HSV(B) 72.45º 0.45% 0.92% -
XYZ 60.47 74.4 31.6 -
YUV 215.34 78.71 125.62 -
System Red Green Blue C M Y K H S L
Decimal 212 234 128 0.09 0 0.45 0.08 72.45 0.72 0.71
Hex D4 EA 80 9 0 2D 8 48 48 47
Octal 324 352 200 11 0 55 10 110 110 107
Binary 11010100 11101010 10000000 1001 0 101101 1000 1001000 1001000 1000111

Color Harmonies of #D4EA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EA80

Black with #D4EA80

Text Example


Text Example

White with #D4EA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EA80; }

 p { color: rgb(212,234,128); }

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

background-color css

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

 a { background-color: rgb(212,234,128); }

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

border-color css

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

 span { border-color: rgb(212,234,128); }

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