Html Css Color HEX #CDF716 Electric Lime

📋 copy color: '#CDF716'

red 205 ◦ green 247 ◦ blue 22

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

Shades of Electric Lime #CDF716

Tints of Electric Lime #CDF716

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.11%

 BLUE value IS 22 (8.98% from 255) = 4.64%

R = 43.25%
G = 52.11%
B = 4.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#CDF716 (or 0xCDF716) is known color: Electric Lime. HEX triplet: CD, F7 and 16. RGB value is (205,247,22). Sum of RGB (Red+Green+Blue) = 205+247+22=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 247 (96.88% from 255 or 52.11% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF716 is #3208E9. Grayscale: #D1D1D1. Windows color (decimal): -3279082 or 1505229. OLE color: 1505229.

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

Color convert

RGB 205 247 22 -
CMYK 0.17 0 0.91 0.03
HSL 71.2º 0.93% 0.53% -
HSV(B) 71.2º 0.91% 0.97% -
XYZ 58.58 79.56 13.03 -
YUV 208.79 22.59 125.3 -
System Red Green Blue C M Y K H S L
Decimal 205 247 22 0.17 0 0.91 0.03 71.2 0.93 0.53
Hex CD F7 16 11 0 5B 3 47 5D 35
Octal 315 367 26 21 0 133 3 107 135 65
Binary 11001101 11110111 10110 10001 0 1011011 11 1000111 1011101 110101

Color Harmonies of #CDF716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF716

Black with #CDF716

Text Example


Text Example

White with #CDF716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF716; }

 p { color: rgb(205,247,22); }

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

background-color css

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

 a { background-color: rgb(205,247,22); }

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

border-color css

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

 span { border-color: rgb(205,247,22); }

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