#55C710

Color #55C710 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #55C710

Tints of Kelly Green #55C710

Color information

#55C710 (or 0x55C710) is unknown color: approx Kelly Green. HEX triplet: 55, C7 and 10. RGB value is (85,199,16). Sum of RGB (Red+Green+Blue) = 85+199+16=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 199 (78.12% from 255 or 66.33% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 199 - color contains mainly: green. Hex color #55C710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C710 is #AA38EF. Grayscale: #909090. Windows color (decimal): -11155696 or 1099605. OLE color: 1099605.

HSL color Cylindrical-coordinate representation of color #55C710: hue angle of 97.38º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55C710 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB8519916-
CMYK0.5700.920.22
HSL97.38º85.12%42.16%-
HSV(B)97.38º91.96%78.04%-
XYZ24.2642.827.48-
YUV144.0555.7385.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 199 (78.12% from 255) = 66.33%
BLUE value IS 16 (6.64% from 255) = 5.33%
R=28.33%
G=66.33%
B=5.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85199160.5700.920.2297.3885.1242.16
Hex55C7103905C1661552a
Octal125307207101342614112552
Binary10101011100011110000111001010111001011011000011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C710; }

 p { color: rgb(85,199,16); }

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

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

 a { background-color: rgb(85,199,16); }

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

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

 span { border-color: rgb(85,199,16); }

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