Html Css Color HEX #52C529 Kelly Green

📋 copy color: '#52C529'

red 82 ◦ green 197 ◦ blue 41

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

Shades of Kelly Green #52C529

Tints of Kelly Green #52C529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.56%

 BLUE value IS 41 (16.41% from 255) = 12.81%

R = 25.63%
G = 61.56%
B = 12.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#52C529 (or 0x52C529) is known color: Kelly Green. HEX triplet: 52, C5 and 29. RGB value is (82,197,41). Sum of RGB (Red+Green+Blue) = 82+197+41=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #52C529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C529 is #AD3AD6. Grayscale: #919191. Windows color (decimal): -11352791 or 2737490. OLE color: 2737490.

HSL color Cylindrical-coordinate representation of color #52C529: hue angle of 104.23º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52C529 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 41 -
CMYK 0.58 0 0.79 0.23
HSL 104.23º 0.66% 0.47% -
HSV(B) 104.23º 0.79% 0.77% -
XYZ 23.85 41.89 8.93 -
YUV 144.83 69.4 83.18 -
System Red Green Blue C M Y K H S L
Decimal 82 197 41 0.58 0 0.79 0.23 104.23 0.66 0.47
Hex 52 C5 29 3A 0 4F 17 68 42 2F
Octal 122 305 51 72 0 117 27 150 102 57
Binary 1010010 11000101 101001 111010 0 1001111 10111 1101000 1000010 101111

Color Harmonies of #52C529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C529

Black with #52C529

Text Example


Text Example

White with #52C529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,41); }

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

background-color css

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

 a { background-color: rgb(82,197,41); }

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

border-color css

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

 span { border-color: rgb(82,197,41); }

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