Html Css Color HEX #D0EA80 Sulu

📋 copy color: '#D0EA80'

red 208 ◦ green 234 ◦ blue 128

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

Shades of Sulu #D0EA80

Tints of Sulu #D0EA80

RGB

 RED value IS 208 (81.64% from 255) = 36.49%

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

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

R = 36.49%
G = 41.05%
B = 22.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#D0EA80 (or 0xD0EA80) is known color: Sulu. HEX triplet: D0, EA and 80. RGB value is (208,234,128). Sum of RGB (Red+Green+Blue) = 208+234+128=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EA80 is #2F157F. Grayscale: #D6D6D6. Windows color (decimal): -3085696 or 8448720. OLE color: 8448720.

HSL color Cylindrical-coordinate representation of color #D0EA80: hue angle of 74.72º 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 #D0EA80 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 234 128 -
CMYK 0.11 0 0.45 0.08
HSL 74.72º 0.72% 0.71% -
HSV(B) 74.72º 0.45% 0.92% -
XYZ 59.33 73.81 31.54 -
YUV 214.14 79.39 123.62 -
System Red Green Blue C M Y K H S L
Decimal 208 234 128 0.11 0 0.45 0.08 74.72 0.72 0.71
Hex D0 EA 80 B 0 2D 8 4B 48 47
Octal 320 352 200 13 0 55 10 113 110 107
Binary 11010000 11101010 10000000 1011 0 101101 1000 1001011 1001000 1000111

Color Harmonies of #D0EA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA80

Black with #D0EA80

Text Example


Text Example

White with #D0EA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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