Html Css Color HEX #D0E705 Electric Lime

📋 copy color: '#D0E705'

red 208 ◦ green 231 ◦ blue 5

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

Shades of Electric Lime #D0E705

Tints of Electric Lime #D0E705

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.03%

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

R = 46.85%
G = 52.03%
B = 1.13%

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

#D0E705 (or 0xD0E705) is known color: Electric Lime. HEX triplet: D0, E7 and 05. RGB value is (208,231,5). Sum of RGB (Red+Green+Blue) = 208+231+5=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E705 is #2F18FA. Grayscale: #C7C7C7. Windows color (decimal): -3086587 or 387024. OLE color: 387024.

HSL color Cylindrical-coordinate representation of color #D0E705: hue angle of 66.11º 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 #D0E705 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 231 5 -
CMYK 0.10 0 0.98 0.09
HSL 66.11º 0.96% 0.46% -
HSV(B) 66.11º 0.98% 0.91% -
XYZ 54.62 70.57 10.89 -
YUV 198.36 18.88 134.88 -
System Red Green Blue C M Y K H S L
Decimal 208 231 5 0.10 0 0.98 0.09 66.11 0.96 0.46
Hex D0 E7 5 A 0 62 9 42 60 2E
Octal 320 347 5 12 0 142 11 102 140 56
Binary 11010000 11100111 101 1010 0 1100010 1001 1000010 1100000 101110

Color Harmonies of #D0E705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E705

Black with #D0E705

Text Example


Text Example

White with #D0E705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E705; }

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

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

background-color css

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

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

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

border-color css

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

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

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