#55C700

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

Shades of Kelly Green #55C700

Tints of Kelly Green #55C700

Color information

#55C700 (or 0x55C700) is unknown color: approx Kelly Green. HEX triplet: 55, C7 and 00. RGB value is (85,199,0). Sum of RGB (Red+Green+Blue) = 85+199+0=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 199 (78.12% from 255 or 70.07% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 199 - color contains mainly: green. Hex color #55C700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C700 is #AA38FF. Grayscale: #8E8E8E. Windows color (decimal): -11155712 or 51029. OLE color: 51029.

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

Color convert

RGB851990-
CMYK0.57010.22
HSL94.37º100%39.02%-
HSV(B)94.37º100%78.04%-
XYZ24.1742.786.98-
YUV142.2347.7387.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 199 (78.12% from 255) = 70.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.93%
G=70.07%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8519900.57010.2294.3710039.02
Hex55C7039064165e6427
Octal12530707101442613614447
Binary1010101110001110111001011001001011010111101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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