Html Css Color HEX #52C130 Kelly Green

📋 copy color: '#52C130'

red 82 ◦ green 193 ◦ blue 48

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

Shades of Kelly Green #52C130

Tints of Kelly Green #52C130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.75%

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 25.39%
G = 59.75%
B = 14.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#52C130 (or 0x52C130) is known color: Kelly Green. HEX triplet: 52, C1 and 30. RGB value is (82,193,48). Sum of RGB (Red+Green+Blue) = 82+193+48=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #52C130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C130 is #AD3ECF. Grayscale: #8F8F8F. Windows color (decimal): -11353808 or 3195218. OLE color: 3195218.

HSL color Cylindrical-coordinate representation of color #52C130: hue angle of 105.93º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52C130 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 48 -
CMYK 0.58 0 0.75 0.24
HSL 105.93º 0.6% 0.47% -
HSV(B) 105.93º 0.75% 0.76% -
XYZ 23.08 40.15 9.33 -
YUV 143.28 74.23 84.29 -
System Red Green Blue C M Y K H S L
Decimal 82 193 48 0.58 0 0.75 0.24 105.93 0.6 0.47
Hex 52 C1 30 3A 0 4B 18 6A 3C 2F
Octal 122 301 60 72 0 113 30 152 74 57
Binary 1010010 11000001 110000 111010 0 1001011 11000 1101010 111100 101111

Color Harmonies of #52C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C130

Black with #52C130

Text Example


Text Example

White with #52C130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,193,48); }

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

background-color css

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

 a { background-color: rgb(82,193,48); }

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

border-color css

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

 span { border-color: rgb(82,193,48); }

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