#CCF710

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

Shades of Electric Lime #CCF710

Tints of Electric Lime #CCF710

Color information

#CCF710 (or 0xCCF710) is unknown color: approx Electric Lime. HEX triplet: CC, F7 and 10. RGB value is (204,247,16). Sum of RGB (Red+Green+Blue) = 204+247+16=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF710 is #3308EF. Grayscale: #D0D0D0. Windows color (decimal): -3344624 or 1112012. OLE color: 1112012.

HSL color Cylindrical-coordinate representation of color #CCF710: hue angle of 71.17º 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 #CCF710 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB20424716-
CMYK0.1700.940.03
HSL71.17º93.52%51.57%-
HSV(B)71.17º93.52%96.86%-
XYZ58.2679.412.74-
YUV207.8119.75125.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 247 (96.88% from 255) = 52.89%
BLUE value IS 16 (6.64% from 255) = 3.43%
R=43.68%
G=52.89%
B=3.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204247160.1700.940.0371.1793.5251.57
HexCCF7101105E3475e34
Octal31436720210136310713664
Binary11001100111101111000010001010111101110001111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF710; }

 p { color: rgb(204,247,16); }

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

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

 a { background-color: rgb(204,247,16); }

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

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

 span { border-color: rgb(204,247,16); }

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