Html Css Color HEX #CDDF06 Electric Lime

📋 copy color: '#CDDF06'

red 205 ◦ green 223 ◦ blue 6

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

Shades of Electric Lime #CDDF06

Tints of Electric Lime #CDDF06

RGB

 RED value IS 205 (80.47% from 255) = 47.24%

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

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

R = 47.24%
G = 51.38%
B = 1.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#CDDF06 (or 0xCDDF06) is known color: Electric Lime. HEX triplet: CD, DF and 06. RGB value is (205,223,6). Sum of RGB (Red+Green+Blue) = 205+223+6=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDF06 is #3220F9. Grayscale: #C1C1C1. Windows color (decimal): -3285242 or 450509. OLE color: 450509.

HSL color Cylindrical-coordinate representation of color #CDDF06: hue angle of 64.98º degrees, saturation: 0.95, 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 #CDDF06 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 223 6 -
CMYK 0.08 0 0.97 0.13
HSL 64.98º 0.95% 0.45% -
HSV(B) 64.98º 0.97% 0.87% -
XYZ 51.6 65.77 10.15 -
YUV 192.88 22.54 136.64 -
System Red Green Blue C M Y K H S L
Decimal 205 223 6 0.08 0 0.97 0.13 64.98 0.95 0.45
Hex CD DF 6 8 0 61 D 41 5F 2D
Octal 315 337 6 10 0 141 15 101 137 55
Binary 11001101 11011111 110 1000 0 1100001 1101 1000001 1011111 101101

Color Harmonies of #CDDF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDF06

Black with #CDDF06

Text Example


Text Example

White with #CDDF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDF06; }

 p { color: rgb(205,223,6); }

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

background-color css

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

 a { background-color: rgb(205,223,6); }

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

border-color css

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

 span { border-color: rgb(205,223,6); }

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