#52b707

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

Shades of Kelly Green #52B707

Tints of Kelly Green #52B707

Color information

#52B707 (or 0x52B707) is unknown color: approx Kelly Green. HEX triplet: 52, B7 and 07. RGB value is (82,183,7). Sum of RGB (Red+Green+Blue) = 82+183+7=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 183 (71.88% from 255 or 67.28% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 183 - color contains mainly: green. Hex color #52B707 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B707 is #AD48F8. Grayscale: #858585. Windows color (decimal): -11356409 or 505682. OLE color: 505682.

HSL color Cylindrical-coordinate representation of color #52B707: hue angle of 94.43º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52B707 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB821837-
CMYK0.5500.960.28
HSL94.43º92.63%37.25%-
HSV(B)94.43º96.17%71.76%-
XYZ20.4535.686.01-
YUV132.7457.0491.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 183 (71.88% from 255) = 67.28%
BLUE value IS 7 (3.12% from 255) = 2.57%
R=30.15%
G=67.28%
B=2.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8218370.5500.960.2894.4392.6337.25
Hex52B77370601C5e5d25
Octal12226776701403413613545
Binary101001010110111111110111011000001110010111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52b707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,183,7); }

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

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

 a { background-color: rgb(82,183,7); }

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

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

 span { border-color: rgb(82,183,7); }

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