Html Css Color HEX #52C72D Kelly Green

📋 copy color: '#52C72D'

red 82 ◦ green 199 ◦ blue 45

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

Shades of Kelly Green #52C72D

Tints of Kelly Green #52C72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.8%

R = 25.15%
G = 61.04%
B = 13.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#52C72D (or 0x52C72D) is known color: Kelly Green. HEX triplet: 52, C7 and 2D. RGB value is (82,199,45). Sum of RGB (Red+Green+Blue) = 82+199+45=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 199 (78.12% from 255 or 61.04% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 199 - color contains mainly: green. Hex color #52C72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C72D is #AD38D2. Grayscale: #929292. Windows color (decimal): -11352275 or 3000146. OLE color: 3000146.

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

Color convert

RGB 82 199 45 -
CMYK 0.59 0 0.77 0.22
HSL 105.58º 0.63% 0.48% -
HSV(B) 105.58º 0.77% 0.78% -
XYZ 24.38 42.83 9.46 -
YUV 146.46 70.74 82.02 -
System Red Green Blue C M Y K H S L
Decimal 82 199 45 0.59 0 0.77 0.22 105.58 0.63 0.48
Hex 52 C7 2D 3B 0 4D 16 6A 3F 30
Octal 122 307 55 73 0 115 26 152 77 60
Binary 1010010 11000111 101101 111011 0 1001101 10110 1101010 111111 110000

Color Harmonies of #52C72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C72D

Black with #52C72D

Text Example


Text Example

White with #52C72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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