#C8FA0A

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

Shades of Electric Lime #C8FA0A

Tints of Electric Lime #C8FA0A

Color information

#C8FA0A (or 0xC8FA0A) is unknown color: approx Electric Lime. HEX triplet: C8, FA and 0A. RGB value is (200,250,10). Sum of RGB (Red+Green+Blue) = 200+250+10=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FA0A is #3705F5. Grayscale: #D0D0D0. Windows color (decimal): -3606006 or 719560. OLE color: 719560.

HSL color Cylindrical-coordinate representation of color #C8FA0A: hue angle of 72.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8FA0A is Cyan = 0.2, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB20025010-
CMYK0.200.960.02
HSL72.5º96%50.98%-
HSV(B)72.5º96%98.04%-
XYZ58.0680.6712.8-
YUV207.6916.44122.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 250 (98.05% from 255) = 54.35%
BLUE value IS 10 (4.30% from 255) = 2.17%
R=43.48%
G=54.35%
B=2.17%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal200250100.200.960.0272.59650.98
HexC8FAA140602486033
Octal31037212240140211014063
Binary1100100011111010101010100011000001010010001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FA0A; }

 p { color: rgb(200,250,10); }

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

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

 a { background-color: rgb(200,250,10); }

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

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

 span { border-color: rgb(200,250,10); }

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