Html Css Color HEX #D0E805 Electric Lime

📋 copy color: '#D0E805'

red 208 ◦ green 232 ◦ blue 5

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

Shades of Electric Lime #D0E805

Tints of Electric Lime #D0E805

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.13%

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 46.74%
G = 52.13%
B = 1.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#D0E805 (or 0xD0E805) is known color: Electric Lime. HEX triplet: D0, E8 and 05. RGB value is (208,232,5). Sum of RGB (Red+Green+Blue) = 208+232+5=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E805 is #2F17FA. Grayscale: #C7C7C7. Windows color (decimal): -3086331 or 387280. OLE color: 387280.

HSL color Cylindrical-coordinate representation of color #D0E805: hue angle of 66.34º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0E805 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 232 5 -
CMYK 0.10 0 0.98 0.09
HSL 66.34º 0.96% 0.46% -
HSV(B) 66.34º 0.98% 0.91% -
XYZ 54.9 71.13 10.98 -
YUV 198.95 18.55 134.46 -
System Red Green Blue C M Y K H S L
Decimal 208 232 5 0.10 0 0.98 0.09 66.34 0.96 0.46
Hex D0 E8 5 A 0 62 9 42 60 2E
Octal 320 350 5 12 0 142 11 102 140 56
Binary 11010000 11101000 101 1010 0 1100010 1001 1000010 1100000 101110

Color Harmonies of #D0E805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E805

Black with #D0E805

Text Example


Text Example

White with #D0E805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E805; }

 p { color: rgb(208,232,5); }

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

background-color css

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

 a { background-color: rgb(208,232,5); }

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

border-color css

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

 span { border-color: rgb(208,232,5); }

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