#55CE33

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

Shades of Kelly Green #55CE33

Tints of Kelly Green #55CE33

Color information

#55CE33 (or 0x55CE33) is unknown color: approx Kelly Green. HEX triplet: 55, CE and 33. RGB value is (85,206,51). Sum of RGB (Red+Green+Blue) = 85+206+51=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CE33 is #AA31CC. Grayscale: #989898. Windows color (decimal): -11153869 or 3395157. OLE color: 3395157.

HSL color Cylindrical-coordinate representation of color #55CE33: hue angle of 106.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55CE33 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB8520651-
CMYK0.5900.750.19
HSL106.84º61.26%50.39%-
HSV(B)106.84º75.24%80.78%-
XYZ26.4246.3110.68-
YUV152.1570.9180.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 206 (80.86% from 255) = 60.23%
BLUE value IS 51 (20.31% from 255) = 14.91%
R=24.85%
G=60.23%
B=14.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal85206510.5900.750.19106.8461.2650.39
Hex55CE333B04B136b3d32
Octal12531663730113231537562
Binary10101011100111011001111101101001011100111101011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,206,51); }

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

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

 a { background-color: rgb(85,206,51); }

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

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

 span { border-color: rgb(85,206,51); }

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