Html Css Color HEX #D0DF07 Electric Lime

📋 copy color: '#D0DF07'

red 208 ◦ green 223 ◦ blue 7

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

Shades of Electric Lime #D0DF07

Tints of Electric Lime #D0DF07

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.91%

 BLUE value IS 7 (3.13% from 255) = 1.6%

R = 47.49%
G = 50.91%
B = 1.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#D0DF07 (or 0xD0DF07) is known color: Electric Lime. HEX triplet: D0, DF and 07. RGB value is (208,223,7). Sum of RGB (Red+Green+Blue) = 208+223+7=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DF07 is #2F20F8. Grayscale: #C2C2C2. Windows color (decimal): -3088633 or 516048. OLE color: 516048.

HSL color Cylindrical-coordinate representation of color #D0DF07: hue angle of 64.17º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0DF07 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 223 7 -
CMYK 0.07 0 0.97 0.13
HSL 64.17º 0.94% 0.45% -
HSV(B) 64.17º 0.97% 0.87% -
XYZ 52.44 66.2 10.22 -
YUV 193.89 22.53 138.06 -
System Red Green Blue C M Y K H S L
Decimal 208 223 7 0.07 0 0.97 0.13 64.17 0.94 0.45
Hex D0 DF 7 7 0 61 D 40 5E 2D
Octal 320 337 7 7 0 141 15 100 136 55
Binary 11010000 11011111 111 111 0 1100001 1101 1000000 1011110 101101

Color Harmonies of #D0DF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DF07

Black with #D0DF07

Text Example


Text Example

White with #D0DF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DF07; }

 p { color: rgb(208,223,7); }

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

background-color css

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

 a { background-color: rgb(208,223,7); }

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

border-color css

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

 span { border-color: rgb(208,223,7); }

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