#52BE2A

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

Shades of Kelly Green #52BE2A

Tints of Kelly Green #52BE2A

Color information

#52BE2A (or 0x52BE2A) is unknown color: approx Kelly Green. HEX triplet: 52, BE and 2A. RGB value is (82,190,42). Sum of RGB (Red+Green+Blue) = 82+190+42=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 190 (74.61% from 255 or 60.51% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE2A is #AD41D5. Grayscale: #8D8D8D. Windows color (decimal): -11354582 or 2801234. OLE color: 2801234.

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

Color convert

RGB8219042-
CMYK0.5700.780.25
HSL103.78º63.79%45.49%-
HSV(B)103.78º77.89%74.51%-
XYZ22.3138.798.5-
YUV140.8472.2286.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 190 (74.61% from 255) = 60.51%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=26.11%
G=60.51%
B=13.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82190420.5700.780.25103.7863.7945.49
Hex52BE2A3904E1968402d
Octal122276527101163115010055
Binary101001010111110101010111001010011101100111010001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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