Html Css Color HEX #D0DD01 Electric Lime

📋 copy color: '#D0DD01'

red 208 ◦ green 221 ◦ blue 1

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

Shades of Electric Lime #D0DD01

Tints of Electric Lime #D0DD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.4%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 48.37%
G = 51.4%
B = 0.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#D0DD01 (or 0xD0DD01) is known color: Electric Lime. HEX triplet: D0, DD and 01. RGB value is (208,221,1). Sum of RGB (Red+Green+Blue) = 208+221+1=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DD01 is #2F22FE. Grayscale: #C0C0C0. Windows color (decimal): -3089151 or 122320. OLE color: 122320.

HSL color Cylindrical-coordinate representation of color #D0DD01: hue angle of 63.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0DD01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 1 -
CMYK 0.06 0 1.00 0.13
HSL 63.55º 0.99% 0.44% -
HSV(B) 63.55º 1% 0.87% -
XYZ 51.87 65.12 9.87 -
YUV 192.03 20.19 139.39 -
System Red Green Blue C M Y K H S L
Decimal 208 221 1 0.06 0 1.00 0.13 63.55 0.99 0.44
Hex D0 DD 1 6 0 64 D 40 63 2C
Octal 320 335 1 6 0 144 15 100 143 54
Binary 11010000 11011101 1 110 0 1100100 1101 1000000 1100011 101100

Color Harmonies of #D0DD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD01

Black with #D0DD01

Text Example


Text Example

White with #D0DD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD01; }

 p { color: rgb(208,221,1); }

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

background-color css

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

 a { background-color: rgb(208,221,1); }

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

border-color css

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

 span { border-color: rgb(208,221,1); }

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