Html Css Color HEX #52D52A Kelly Green

📋 copy color: '#52D52A'

red 82 ◦ green 213 ◦ blue 42

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

Shades of Kelly Green #52D52A

Tints of Kelly Green #52D52A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 63.2%

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 24.33%
G = 63.2%
B = 12.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#52D52A (or 0x52D52A) is known color: Kelly Green. HEX triplet: 52, D5 and 2A. RGB value is (82,213,42). Sum of RGB (Red+Green+Blue) = 82+213+42=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 213 (83.59% from 255 or 63.20% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 213 - color contains mainly: green. Hex color #52D52A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D52A is #AD2AD5. Grayscale: #9A9A9A. Windows color (decimal): -11348694 or 2807122. OLE color: 2807122.

HSL color Cylindrical-coordinate representation of color #52D52A: hue angle of 105.96º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52D52A is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 42 -
CMYK 0.62 0 0.80 0.16
HSL 105.96º 0.67% 0.5% -
HSV(B) 105.96º 0.8% 0.84% -
XYZ 27.69 49.55 10.29 -
YUV 154.34 64.6 76.4 -
System Red Green Blue C M Y K H S L
Decimal 82 213 42 0.62 0 0.80 0.16 105.96 0.67 0.5
Hex 52 D5 2A 3E 0 50 10 6A 43 32
Octal 122 325 52 76 0 120 20 152 103 62
Binary 1010010 11010101 101010 111110 0 1010000 10000 1101010 1000011 110010

Color Harmonies of #52D52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D52A

Black with #52D52A

Text Example


Text Example

White with #52D52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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