Html Css Color HEX #CDF106 Electric Lime

📋 copy color: '#CDF106'

red 205 ◦ green 241 ◦ blue 6

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

Shades of Electric Lime #CDF106

Tints of Electric Lime #CDF106

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.32%

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

R = 45.35%
G = 53.32%
B = 1.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CDF106 (or 0xCDF106) is known color: Electric Lime. HEX triplet: CD, F1 and 06. RGB value is (205,241,6). Sum of RGB (Red+Green+Blue) = 205+241+6=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF106 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF106 is #320EF9. Grayscale: #CCCCCC. Windows color (decimal): -3280634 or 455117. OLE color: 455117.

HSL color Cylindrical-coordinate representation of color #CDF106: hue angle of 69.19º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF106 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 241 6 -
CMYK 0.15 0 0.98 0.05
HSL 69.19º 0.95% 0.48% -
HSV(B) 69.19º 0.98% 0.95% -
XYZ 56.67 75.9 11.84 -
YUV 203.45 16.57 129.11 -
System Red Green Blue C M Y K H S L
Decimal 205 241 6 0.15 0 0.98 0.05 69.19 0.95 0.48
Hex CD F1 6 F 0 62 5 45 5F 30
Octal 315 361 6 17 0 142 5 105 137 60
Binary 11001101 11110001 110 1111 0 1100010 101 1000101 1011111 110000

Color Harmonies of #CDF106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF106

Black with #CDF106

Text Example


Text Example

White with #CDF106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF106; }

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

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

background-color css

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

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

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

border-color css

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

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

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