Html Css Color HEX #52C62D Kelly Green

📋 copy color: '#52C62D'

red 82 ◦ green 198 ◦ blue 45

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

Shades of Kelly Green #52C62D

Tints of Kelly Green #52C62D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 60.92%

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

R = 25.23%
G = 60.92%
B = 13.85%

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

#52C62D (or 0x52C62D) is known color: Kelly Green. HEX triplet: 52, C6 and 2D. RGB value is (82,198,45). Sum of RGB (Red+Green+Blue) = 82+198+45=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #52C62D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C62D is #AD39D2. Grayscale: #929292. Windows color (decimal): -11352531 or 2999890. OLE color: 2999890.

HSL color Cylindrical-coordinate representation of color #52C62D: hue angle of 105.49º 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 #52C62D is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 198 45 -
CMYK 0.59 0 0.77 0.22
HSL 105.49º 0.63% 0.48% -
HSV(B) 105.49º 0.77% 0.78% -
XYZ 24.15 42.37 9.39 -
YUV 145.87 71.07 82.44 -
System Red Green Blue C M Y K H S L
Decimal 82 198 45 0.59 0 0.77 0.22 105.49 0.63 0.48
Hex 52 C6 2D 3B 0 4D 16 69 3F 30
Octal 122 306 55 73 0 115 26 151 77 60
Binary 1010010 11000110 101101 111011 0 1001101 10110 1101001 111111 110000

Color Harmonies of #52C62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C62D

Black with #52C62D

Text Example


Text Example

White with #52C62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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