#55D330

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

Shades of Kelly Green #55D330

Tints of Kelly Green #55D330

Color information

#55D330 (or 0x55D330) is unknown color: approx Kelly Green. HEX triplet: 55, D3 and 30. RGB value is (85,211,48). Sum of RGB (Red+Green+Blue) = 85+211+48=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 211 (82.81% from 255 or 61.34% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 211 - color contains mainly: green. Hex color #55D330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D330 is #AA2CCF. Grayscale: #9B9B9B. Windows color (decimal): -11152592 or 3199829. OLE color: 3199829.

HSL color Cylindrical-coordinate representation of color #55D330: hue angle of 106.38º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55D330 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB8521148-
CMYK0.6000.770.17
HSL106.38º64.94%50.78%-
HSV(B)106.38º77.25%82.75%-
XYZ27.5748.7310.75-
YUV154.7467.7678.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 211 (82.81% from 255) = 61.34%
BLUE value IS 48 (19.14% from 255) = 13.95%
R=24.71%
G=61.34%
B=13.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal85211480.6000.770.17106.3864.9450.78
Hex55D3303C04D116a4133
Octal125323607401152115210163
Binary101010111010011110000111100010011011000111010101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,211,48); }

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

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

 a { background-color: rgb(85,211,48); }

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

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

 span { border-color: rgb(85,211,48); }

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