Html Css Color HEX #52D52F Kelly Green

📋 copy color: '#52D52F'

red 82 ◦ green 213 ◦ blue 47

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

Shades of Kelly Green #52D52F

Tints of Kelly Green #52D52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.74%

R = 23.98%
G = 62.28%
B = 13.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#52D52F (or 0x52D52F) is known color: Kelly Green. HEX triplet: 52, D5 and 2F. RGB value is (82,213,47). Sum of RGB (Red+Green+Blue) = 82+213+47=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #52D52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D52F is #AD2AD0. Grayscale: #9B9B9B. Windows color (decimal): -11348689 or 3134802. OLE color: 3134802.

HSL color Cylindrical-coordinate representation of color #52D52F: hue angle of 107.35º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52D52F is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 47 -
CMYK 0.62 0 0.78 0.16
HSL 107.35º 0.66% 0.51% -
HSV(B) 107.35º 0.78% 0.84% -
XYZ 27.79 49.59 10.8 -
YUV 154.91 67.1 76 -
System Red Green Blue C M Y K H S L
Decimal 82 213 47 0.62 0 0.78 0.16 107.35 0.66 0.51
Hex 52 D5 2F 3E 0 4E 10 6B 42 33
Octal 122 325 57 76 0 116 20 153 102 63
Binary 1010010 11010101 101111 111110 0 1001110 10000 1101011 1000010 110011

Color Harmonies of #52D52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D52F

Black with #52D52F

Text Example


Text Example

White with #52D52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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