Html Css Color HEX #CDF810 Electric Lime

📋 copy color: '#CDF810'

red 205 ◦ green 248 ◦ blue 16

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

Shades of Electric Lime #CDF810

Tints of Electric Lime #CDF810

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.88%

 BLUE value IS 16 (6.64% from 255) = 3.41%

R = 43.71%
G = 52.88%
B = 3.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#CDF810 (or 0xCDF810) is known color: Electric Lime. HEX triplet: CD, F8 and 10. RGB value is (205,248,16). Sum of RGB (Red+Green+Blue) = 205+248+16=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF810 is #3207EF. Grayscale: #D1D1D1. Windows color (decimal): -3278832 or 1112269. OLE color: 1112269.

HSL color Cylindrical-coordinate representation of color #CDF810: hue angle of 71.12º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDF810 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 248 16 -
CMYK 0.17 0 0.94 0.03
HSL 71.12º 0.94% 0.52% -
HSV(B) 71.12º 0.94% 0.97% -
XYZ 58.84 80.15 12.86 -
YUV 208.7 19.25 125.36 -
System Red Green Blue C M Y K H S L
Decimal 205 248 16 0.17 0 0.94 0.03 71.12 0.94 0.52
Hex CD F8 10 11 0 5E 3 47 5E 34
Octal 315 370 20 21 0 136 3 107 136 64
Binary 11001101 11111000 10000 10001 0 1011110 11 1000111 1011110 110100

Color Harmonies of #CDF810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF810

Black with #CDF810

Text Example


Text Example

White with #CDF810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF810; }

 p { color: rgb(205,248,16); }

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

background-color css

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

 a { background-color: rgb(205,248,16); }

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

border-color css

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

 span { border-color: rgb(205,248,16); }

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