Html Css Color HEX #52C72F Kelly Green

📋 copy color: '#52C72F'

red 82 ◦ green 199 ◦ blue 47

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

Shades of Kelly Green #52C72F

Tints of Kelly Green #52C72F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 60.67%

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

R = 25%
G = 60.67%
B = 14.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#52C72F (or 0x52C72F) is known color: Kelly Green. HEX triplet: 52, C7 and 2F. RGB value is (82,199,47). Sum of RGB (Red+Green+Blue) = 82+199+47=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #52C72F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C72F is #AD38D0. Grayscale: #939393. Windows color (decimal): -11352273 or 3131218. OLE color: 3131218.

HSL color Cylindrical-coordinate representation of color #52C72F: hue angle of 106.18º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52C72F is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 199 47 -
CMYK 0.59 0 0.76 0.22
HSL 106.18º 0.62% 0.48% -
HSV(B) 106.18º 0.76% 0.78% -
XYZ 24.42 42.85 9.67 -
YUV 146.69 71.74 81.86 -
System Red Green Blue C M Y K H S L
Decimal 82 199 47 0.59 0 0.76 0.22 106.18 0.62 0.48
Hex 52 C7 2F 3B 0 4C 16 6A 3E 30
Octal 122 307 57 73 0 114 26 152 76 60
Binary 1010010 11000111 101111 111011 0 1001100 10110 1101010 111110 110000

Color Harmonies of #52C72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C72F

Black with #52C72F

Text Example


Text Example

White with #52C72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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