Html Css Color HEX #D0E506 Electric Lime

📋 copy color: '#D0E506'

red 208 ◦ green 229 ◦ blue 6

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

Shades of Electric Lime #D0E506

Tints of Electric Lime #D0E506

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.69%

 BLUE value IS 6 (2.73% from 255) = 1.35%

R = 46.95%
G = 51.69%
B = 1.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#D0E506 (or 0xD0E506) is known color: Electric Lime. HEX triplet: D0, E5 and 06. RGB value is (208,229,6). Sum of RGB (Red+Green+Blue) = 208+229+6=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E506 is #2F1AF9. Grayscale: #C6C6C6. Windows color (decimal): -3087098 or 452048. OLE color: 452048.

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

Color convert

RGB 208 229 6 -
CMYK 0.09 0 0.97 0.10
HSL 65.65º 0.95% 0.46% -
HSV(B) 65.65º 0.97% 0.9% -
XYZ 54.06 69.46 10.73 -
YUV 197.3 20.04 135.63 -
System Red Green Blue C M Y K H S L
Decimal 208 229 6 0.09 0 0.97 0.10 65.65 0.95 0.46
Hex D0 E5 6 9 0 61 A 42 5F 2E
Octal 320 345 6 11 0 141 12 102 137 56
Binary 11010000 11100101 110 1001 0 1100001 1010 1000010 1011111 101110

Color Harmonies of #D0E506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E506

Black with #D0E506

Text Example


Text Example

White with #D0E506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E506; }

 p { color: rgb(208,229,6); }

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

background-color css

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

 a { background-color: rgb(208,229,6); }

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

border-color css

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

 span { border-color: rgb(208,229,6); }

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