Html Css Color HEX #52C12A Kelly Green

📋 copy color: '#52C12A'

red 82 ◦ green 193 ◦ blue 42

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

Shades of Kelly Green #52C12A

Tints of Kelly Green #52C12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 25.87%
G = 60.88%
B = 13.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#52C12A (or 0x52C12A) is known color: Kelly Green. HEX triplet: 52, C1 and 2A. RGB value is (82,193,42). Sum of RGB (Red+Green+Blue) = 82+193+42=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #52C12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C12A is #AD3ED5. Grayscale: #8F8F8F. Windows color (decimal): -11353814 or 2802002. OLE color: 2802002.

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

Color convert

RGB 82 193 42 -
CMYK 0.58 0 0.78 0.24
HSL 104.11º 0.64% 0.46% -
HSV(B) 104.11º 0.78% 0.76% -
XYZ 22.97 40.1 8.72 -
YUV 142.6 71.23 84.78 -
System Red Green Blue C M Y K H S L
Decimal 82 193 42 0.58 0 0.78 0.24 104.11 0.64 0.46
Hex 52 C1 2A 3A 0 4E 18 68 40 2E
Octal 122 301 52 72 0 116 30 150 100 56
Binary 1010010 11000001 101010 111010 0 1001110 11000 1101000 1000000 101110

Color Harmonies of #52C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C12A

Black with #52C12A

Text Example


Text Example

White with #52C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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