Html Css Color HEX #52C02A Kelly Green

📋 copy color: '#52C02A'

red 82 ◦ green 192 ◦ blue 42

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

Shades of Kelly Green #52C02A

Tints of Kelly Green #52C02A

RGB

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

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

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

R = 25.95%
G = 60.76%
B = 13.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#52C02A (or 0x52C02A) is known color: Kelly Green. HEX triplet: 52, C0 and 2A. RGB value is (82,192,42). Sum of RGB (Red+Green+Blue) = 82+192+42=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #52C02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C02A is #AD3FD5. Grayscale: #8E8E8E. Windows color (decimal): -11354070 or 2801746. OLE color: 2801746.

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

Color convert

RGB 82 192 42 -
CMYK 0.57 0 0.78 0.25
HSL 104º 0.64% 0.46% -
HSV(B) 104º 0.78% 0.75% -
XYZ 22.75 39.66 8.65 -
YUV 142.01 71.56 85.2 -
System Red Green Blue C M Y K H S L
Decimal 82 192 42 0.57 0 0.78 0.25 104 0.64 0.46
Hex 52 C0 2A 39 0 4E 19 68 40 2E
Octal 122 300 52 71 0 116 31 150 100 56
Binary 1010010 11000000 101010 111001 0 1001110 11001 1101000 1000000 101110

Color Harmonies of #52C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C02A

Black with #52C02A

Text Example


Text Example

White with #52C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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