#52C327

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

Shades of Kelly Green #52C327

Tints of Kelly Green #52C327

Color information

#52C327 (or 0x52C327) is unknown color: approx Kelly Green. HEX triplet: 52, C3 and 27. RGB value is (82,195,39). Sum of RGB (Red+Green+Blue) = 82+195+39=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #52C327 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C327 is #AD3CD8. Grayscale: #8F8F8F. Windows color (decimal): -11353305 or 2605906. OLE color: 2605906.

HSL color Cylindrical-coordinate representation of color #52C327: hue angle of 103.46º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52C327 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB8219539-
CMYK0.5800.800.24
HSL103.46º66.67%45.88%-
HSV(B)103.46º80%76.47%-
XYZ23.3640.978.6-
YUV143.4369.0684.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 195 (76.56% from 255) = 61.71%
BLUE value IS 39 (15.62% from 255) = 12.34%
R=25.95%
G=61.71%
B=12.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82195390.5800.800.24103.4666.6745.88
Hex52C3273A0501867432e
Octal122303477201203014710356
Binary101001011000011100111111010010100001100011001111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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