Html Css Color HEX #52BD32 Kelly Green

📋 copy color: '#52BD32'

red 82 ◦ green 189 ◦ blue 50

#52BD32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #52BD32

Tints of Kelly Green #52BD32

RGB

 RED value IS 82 (32.42% from 255) = 25.55%

 GREEN value IS 189 (74.22% from 255) = 58.88%

 BLUE value IS 50 (19.92% from 255) = 15.58%

R = 25.55%
G = 58.88%
B = 15.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#52BD32 (or 0x52BD32) is known color: Kelly Green. HEX triplet: 52, BD and 32. RGB value is (82,189,50). Sum of RGB (Red+Green+Blue) = 82+189+50=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BD32 is #AD42CD. Grayscale: #8D8D8D. Windows color (decimal): -11354830 or 3325266. OLE color: 3325266.

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

Color convert

RGB 82 189 50 -
CMYK 0.57 0 0.74 0.26
HSL 106.19º 0.58% 0.47% -
HSV(B) 106.19º 0.74% 0.74% -
XYZ 22.25 38.42 9.26 -
YUV 141.16 76.55 85.8 -
System Red Green Blue C M Y K H S L
Decimal 82 189 50 0.57 0 0.74 0.26 106.19 0.58 0.47
Hex 52 BD 32 39 0 4A 1A 6A 3A 2F
Octal 122 275 62 71 0 112 32 152 72 57
Binary 1010010 10111101 110010 111001 0 1001010 11010 1101010 111010 101111

Color Harmonies of #52BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD32

Black with #52BD32

Text Example


Text Example

White with #52BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,189,50); }

 H1.HeaderClassName
 {
   color: #52BD32;
 }
 .AnyTagClassName
 {
   color: #52BD32;
 }
</style>

background-color css

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

 a { background-color: rgb(82,189,50); }

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

border-color css

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

 span { border-color: rgb(82,189,50); }

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