Html Css Color HEX #CDF916 Electric Lime

📋 copy color: '#CDF916'

red 205 ◦ green 249 ◦ blue 22

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

Shades of Electric Lime #CDF916

Tints of Electric Lime #CDF916

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.31%

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

R = 43.07%
G = 52.31%
B = 4.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#CDF916 (or 0xCDF916) is known color: Electric Lime. HEX triplet: CD, F9 and 16. RGB value is (205,249,22). Sum of RGB (Red+Green+Blue) = 205+249+22=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF916 is #3206E9. Grayscale: #D2D2D2. Windows color (decimal): -3278570 or 1505741. OLE color: 1505741.

HSL color Cylindrical-coordinate representation of color #CDF916: hue angle of 71.63º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF916 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 22 -
CMYK 0.18 0 0.91 0.02
HSL 71.63º 0.95% 0.53% -
HSV(B) 71.63º 0.91% 0.98% -
XYZ 59.2 80.79 13.23 -
YUV 209.97 21.92 124.46 -
System Red Green Blue C M Y K H S L
Decimal 205 249 22 0.18 0 0.91 0.02 71.63 0.95 0.53
Hex CD F9 16 12 0 5B 2 48 5F 35
Octal 315 371 26 22 0 133 2 110 137 65
Binary 11001101 11111001 10110 10010 0 1011011 10 1001000 1011111 110101

Color Harmonies of #CDF916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF916

Black with #CDF916

Text Example


Text Example

White with #CDF916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF916; }

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

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

background-color css

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

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

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

border-color css

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

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

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