#52BB27

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

Shades of Kelly Green #52BB27

Tints of Kelly Green #52BB27

Color information

#52BB27 (or 0x52BB27) is unknown color: approx Kelly Green. HEX triplet: 52, BB and 27. RGB value is (82,187,39). Sum of RGB (Red+Green+Blue) = 82+187+39=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB27 is #AD44D8. Grayscale: #8B8B8B. Windows color (decimal): -11355353 or 2603858. OLE color: 2603858.

HSL color Cylindrical-coordinate representation of color #52BB27: hue angle of 102.57º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52BB27 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB8218739-
CMYK0.5600.790.27
HSL102.57º65.49%44.31%-
HSV(B)102.57º79.14%73.33%-
XYZ21.6237.488.01-
YUV138.7371.7187.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 187 (73.44% from 255) = 60.71%
BLUE value IS 39 (15.62% from 255) = 12.66%
R=26.62%
G=60.71%
B=12.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82187390.5600.790.27102.5765.4944.31
Hex52BB273804F1B67412c
Octal122273477001173314710154
Binary101001010111011100111111000010011111101111001111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52BB27; }

 p { color: rgb(82,187,39); }

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

<style>
 a { background-color: #52BB27; }

 a { background-color: rgb(82,187,39); }

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

<style>
 span { border-color: #52BB27; }

 span { border-color: rgb(82,187,39); }

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