Html Css Color HEX #CDFF06 Electric Lime

📋 copy color: '#CDFF06'

red 205 ◦ green 255 ◦ blue 6

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

Shades of Electric Lime #CDFF06

Tints of Electric Lime #CDFF06

RGB

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

 GREEN value IS 255 (100% from 255) = 54.72%

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

R = 43.99%
G = 54.72%
B = 1.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#CDFF06 (or 0xCDFF06) is known color: Electric Lime. HEX triplet: CD, FF and 06. RGB value is (205,255,6). Sum of RGB (Red+Green+Blue) = 205+255+6=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 6 (2.73% from 255 or 1.29% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF06 is #3200F9. Grayscale: #D4D4D4. Windows color (decimal): -3277050 or 458701. OLE color: 458701.

HSL color Cylindrical-coordinate representation of color #CDFF06: hue angle of 72.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDFF06 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 205 255 6 -
CMYK 0.20 0 0.98 0
HSL 72.05º 1% 0.51% -
HSV(B) 72.05º 0.98% 1% -
XYZ 60.97 84.51 13.27 -
YUV 211.66 11.94 123.25 -
System Red Green Blue C M Y K H S L
Decimal 205 255 6 0.20 0 0.98 0 72.05 1 0.51
Hex CD FF 6 14 0 62 0 48 64 33
Octal 315 377 6 24 0 142 0 110 144 63
Binary 11001101 11111111 110 10100 0 1100010 0 1001000 1100100 110011

Color Harmonies of #CDFF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF06

Black with #CDFF06

Text Example


Text Example

White with #CDFF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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