Html Css Color HEX #52C029 Kelly Green

📋 copy color: '#52C029'

red 82 ◦ green 192 ◦ blue 41

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

Shades of Kelly Green #52C029

Tints of Kelly Green #52C029

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.95%

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

R = 26.03%
G = 60.95%
B = 13.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#52C029 (or 0x52C029) is known color: Kelly Green. HEX triplet: 52, C0 and 29. RGB value is (82,192,41). Sum of RGB (Red+Green+Blue) = 82+192+41=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #52C029 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C029 is #AD3FD6. Grayscale: #8E8E8E. Windows color (decimal): -11354071 or 2736210. OLE color: 2736210.

HSL color Cylindrical-coordinate representation of color #52C029: hue angle of 103.71º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52C029 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 41 -
CMYK 0.57 0 0.79 0.25
HSL 103.71º 0.65% 0.46% -
HSV(B) 103.71º 0.79% 0.75% -
XYZ 22.73 39.65 8.55 -
YUV 141.9 71.06 85.28 -
System Red Green Blue C M Y K H S L
Decimal 82 192 41 0.57 0 0.79 0.25 103.71 0.65 0.46
Hex 52 C0 29 39 0 4F 19 68 41 2E
Octal 122 300 51 71 0 117 31 150 101 56
Binary 1010010 11000000 101001 111001 0 1001111 11001 1101000 1000001 101110

Color Harmonies of #52C029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C029

Black with #52C029

Text Example


Text Example

White with #52C029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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