#52C433

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

Shades of Kelly Green #52C433

Tints of Kelly Green #52C433

Color information

#52C433 (or 0x52C433) is unknown color: approx Kelly Green. HEX triplet: 52, C4 and 33. RGB value is (82,196,51). Sum of RGB (Red+Green+Blue) = 82+196+51=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #52C433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C433 is #AD3BCC. Grayscale: #919191. Windows color (decimal): -11353037 or 3392594. OLE color: 3392594.

HSL color Cylindrical-coordinate representation of color #52C433: hue angle of 107.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52C433 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB8219651-
CMYK0.5800.740.23
HSL107.17º58.7%48.43%-
HSV(B)107.17º73.98%76.86%-
XYZ23.8241.519.89-
YUV145.3874.7382.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 196 (76.95% from 255) = 59.57%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=24.92%
G=59.57%
B=15.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82196510.5800.740.23107.1758.748.43
Hex52C4333A04A176b3b30
Octal12230463720112271537360
Binary10100101100010011001111101001001010101111101011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,51); }

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

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

 a { background-color: rgb(82,196,51); }

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

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

 span { border-color: rgb(82,196,51); }

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