Html Css Color HEX #52C12C Kelly Green

📋 copy color: '#52C12C'

red 82 ◦ green 193 ◦ blue 44

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

Shades of Kelly Green #52C12C

Tints of Kelly Green #52C12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 25.71%
G = 60.5%
B = 13.79%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#52C12C (or 0x52C12C) is known color: Kelly Green. HEX triplet: 52, C1 and 2C. RGB value is (82,193,44). Sum of RGB (Red+Green+Blue) = 82+193+44=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #52C12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C12C is #AD3ED3. Grayscale: #8F8F8F. Windows color (decimal): -11353812 or 2933074. OLE color: 2933074.

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

Color convert

RGB 82 193 44 -
CMYK 0.58 0 0.77 0.24
HSL 104.7º 0.63% 0.46% -
HSV(B) 104.7º 0.77% 0.76% -
XYZ 23 40.12 8.91 -
YUV 142.83 72.23 84.62 -
System Red Green Blue C M Y K H S L
Decimal 82 193 44 0.58 0 0.77 0.24 104.7 0.63 0.46
Hex 52 C1 2C 3A 0 4D 18 69 3F 2E
Octal 122 301 54 72 0 115 30 151 77 56
Binary 1010010 11000001 101100 111010 0 1001101 11000 1101001 111111 101110

Color Harmonies of #52C12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C12C

Black with #52C12C

Text Example


Text Example

White with #52C12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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