Html Css Color HEX #D4EB80 Sulu

📋 copy color: '#D4EB80'

red 212 ◦ green 235 ◦ blue 128

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

Shades of Sulu #D4EB80

Tints of Sulu #D4EB80

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.87%

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

R = 36.87%
G = 40.87%
B = 22.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#D4EB80 (or 0xD4EB80) is known color: Sulu. HEX triplet: D4, EB and 80. RGB value is (212,235,128). Sum of RGB (Red+Green+Blue) = 212+235+128=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EB80 is #2B147F. Grayscale: #D8D8D8. Windows color (decimal): -2823296 or 8448980. OLE color: 8448980.

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

Color convert

RGB 212 235 128 -
CMYK 0.10 0 0.46 0.08
HSL 72.9º 0.73% 0.71% -
HSV(B) 72.9º 0.46% 0.92% -
XYZ 60.76 74.97 31.69 -
YUV 215.93 78.38 125.2 -
System Red Green Blue C M Y K H S L
Decimal 212 235 128 0.10 0 0.46 0.08 72.9 0.73 0.71
Hex D4 EB 80 A 0 2E 8 49 49 47
Octal 324 353 200 12 0 56 10 111 111 107
Binary 11010100 11101011 10000000 1010 0 101110 1000 1001001 1001001 1000111

Color Harmonies of #D4EB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB80

Black with #D4EB80

Text Example


Text Example

White with #D4EB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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