#c8fd16

Color #C8FD16 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #C8FD16

Tints of Electric Lime #C8FD16

Color information

#C8FD16 (or 0xC8FD16) is unknown color: approx Electric Lime. HEX triplet: C8, FD and 16. RGB value is (200,253,22). Sum of RGB (Red+Green+Blue) = 200+253+22=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FD16 is #3702E9. Grayscale: #D3D3D3. Windows color (decimal): -3605226 or 1506760. OLE color: 1506760.

HSL color Cylindrical-coordinate representation of color #C8FD16: hue angle of 73.77º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8FD16 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB20025322-
CMYK0.2100.910.01
HSL73.77º98.3%53.92%-
HSV(B)73.77º91.3%99.22%-
XYZ59.0982.5913.59-
YUV210.8221.44120.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 253 (99.22% from 255) = 53.26%
BLUE value IS 22 (8.98% from 255) = 4.63%
R=42.11%
G=53.26%
B=4.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal200253220.2100.910.0173.7798.353.92
HexC8FD161505B14a6236
Octal31037526250133111214266
Binary1100100011111101101101010101011011110010101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8fd16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8fd16; }

 p { color: rgb(200,253,22); }

 H1.HeaderClassName
 {
   color: #c8fd16;
 }
 .AnyTagClassName
 {
   color: #c8fd16;
 }
</style>
background-color css

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

 a { background-color: rgb(200,253,22); }

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

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

 span { border-color: rgb(200,253,22); }

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