#55C02B

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

Shades of Kelly Green #55C02B

Tints of Kelly Green #55C02B

Color information

#55C02B (or 0x55C02B) is unknown color: approx Kelly Green. HEX triplet: 55, C0 and 2B. RGB value is (85,192,43). Sum of RGB (Red+Green+Blue) = 85+192+43=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #55C02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C02B is #AA3FD4. Grayscale: #8F8F8F. Windows color (decimal): -11157461 or 2867285. OLE color: 2867285.

HSL color Cylindrical-coordinate representation of color #55C02B: hue angle of 103.09º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55C02B is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB8519243-
CMYK0.5600.780.25
HSL103.09º63.4%46.08%-
HSV(B)103.09º77.6%75.29%-
XYZ23.0339.88.75-
YUV143.0271.5586.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 192 (75.39% from 255) = 60%
BLUE value IS 43 (17.19% from 255) = 13.44%
R=26.56%
G=60%
B=13.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85192430.5600.780.25103.0963.446.08
Hex55C02B3804E19673f2e
Octal12530053700116311477756
Binary10101011100000010101111100001001110110011100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,192,43); }

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

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

 a { background-color: rgb(85,192,43); }

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

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

 span { border-color: rgb(85,192,43); }

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