#52BE30

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

Shades of Kelly Green #52BE30

Tints of Kelly Green #52BE30

Color information

#52BE30 (or 0x52BE30) is unknown color: approx Kelly Green. HEX triplet: 52, BE and 30. RGB value is (82,190,48). Sum of RGB (Red+Green+Blue) = 82+190+48=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 190 (74.61% from 255 or 59.38% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE30 is #AD41CF. Grayscale: #8D8D8D. Windows color (decimal): -11354576 or 3194450. OLE color: 3194450.

HSL color Cylindrical-coordinate representation of color #52BE30: hue angle of 105.63º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52BE30 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB8219048-
CMYK0.5700.750.25
HSL105.63º59.66%46.67%-
HSV(B)105.63º74.74%74.51%-
XYZ22.4338.839.11-
YUV141.5275.2285.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 190 (74.61% from 255) = 59.38%
BLUE value IS 48 (19.14% from 255) = 15%
R=25.62%
G=59.38%
B=15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82190480.5700.750.25105.6359.6646.67
Hex52BE303904B196a3c2f
Octal12227660710113311527457
Binary10100101011111011000011100101001011110011101010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,190,48); }

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

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

 a { background-color: rgb(82,190,48); }

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

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

 span { border-color: rgb(82,190,48); }

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