Html Css Color HEX #D0E106 Electric Lime

📋 copy color: '#D0E106'

red 208 ◦ green 225 ◦ blue 6

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

Shades of Electric Lime #D0E106

Tints of Electric Lime #D0E106

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.25%

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

R = 47.38%
G = 51.25%
B = 1.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#D0E106 (or 0xD0E106) is known color: Electric Lime. HEX triplet: D0, E1 and 06. RGB value is (208,225,6). Sum of RGB (Red+Green+Blue) = 208+225+6=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E106 is #2F1EF9. Grayscale: #C3C3C3. Windows color (decimal): -3088122 or 451024. OLE color: 451024.

HSL color Cylindrical-coordinate representation of color #D0E106: hue angle of 64.66º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0E106 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 6 -
CMYK 0.08 0 0.97 0.12
HSL 64.66º 0.95% 0.45% -
HSV(B) 64.66º 0.97% 0.88% -
XYZ 52.97 67.27 10.37 -
YUV 194.95 21.37 137.31 -
System Red Green Blue C M Y K H S L
Decimal 208 225 6 0.08 0 0.97 0.12 64.66 0.95 0.45
Hex D0 E1 6 8 0 61 C 41 5F 2D
Octal 320 341 6 10 0 141 14 101 137 55
Binary 11010000 11100001 110 1000 0 1100001 1100 1000001 1011111 101101

Color Harmonies of #D0E106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E106

Black with #D0E106

Text Example


Text Example

White with #D0E106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E106; }

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

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

background-color css

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

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

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

border-color css

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

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

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