Html Css Color HEX #52CA32 Kelly Green

📋 copy color: '#52CA32'

red 82 ◦ green 202 ◦ blue 50

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

Shades of Kelly Green #52CA32

Tints of Kelly Green #52CA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 60.48%

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

R = 24.55%
G = 60.48%
B = 14.97%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#52CA32 (or 0x52CA32) is known color: Kelly Green. HEX triplet: 52, CA and 32. RGB value is (82,202,50). Sum of RGB (Red+Green+Blue) = 82+202+50=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CA32 is #AD35CD. Grayscale: #959595. Windows color (decimal): -11351502 or 3328594. OLE color: 3328594.

HSL color Cylindrical-coordinate representation of color #52CA32: hue angle of 107.37º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52CA32 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 50 -
CMYK 0.59 0 0.75 0.21
HSL 107.37º 0.6% 0.49% -
HSV(B) 107.37º 0.75% 0.79% -
XYZ 25.18 44.27 10.23 -
YUV 148.79 72.24 80.36 -
System Red Green Blue C M Y K H S L
Decimal 82 202 50 0.59 0 0.75 0.21 107.37 0.6 0.49
Hex 52 CA 32 3B 0 4B 15 6B 3C 31
Octal 122 312 62 73 0 113 25 153 74 61
Binary 1010010 11001010 110010 111011 0 1001011 10101 1101011 111100 110001

Color Harmonies of #52CA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CA32

Black with #52CA32

Text Example


Text Example

White with #52CA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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