Html Css Color HEX #52DC2A Kelly Green

📋 copy color: '#52DC2A'

red 82 ◦ green 220 ◦ blue 42

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

Shades of Kelly Green #52DC2A

Tints of Kelly Green #52DC2A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.95%

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

R = 23.84%
G = 63.95%
B = 12.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#52DC2A (or 0x52DC2A) is known color: Kelly Green. HEX triplet: 52, DC and 2A. RGB value is (82,220,42). Sum of RGB (Red+Green+Blue) = 82+220+42=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 220 (86.33% from 255 or 63.95% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DC2A is #AD23D5. Grayscale: #9F9F9F. Windows color (decimal): -11346902 or 2808914. OLE color: 2808914.

HSL color Cylindrical-coordinate representation of color #52DC2A: hue angle of 106.52º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52DC2A is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 42 -
CMYK 0.63 0 0.81 0.14
HSL 106.52º 0.72% 0.51% -
HSV(B) 106.52º 0.81% 0.86% -
XYZ 29.49 53.15 10.89 -
YUV 158.45 62.28 73.47 -
System Red Green Blue C M Y K H S L
Decimal 82 220 42 0.63 0 0.81 0.14 106.52 0.72 0.51
Hex 52 DC 2A 3F 0 51 E 6B 48 33
Octal 122 334 52 77 0 121 16 153 110 63
Binary 1010010 11011100 101010 111111 0 1010001 1110 1101011 1001000 110011

Color Harmonies of #52DC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC2A

Black with #52DC2A

Text Example


Text Example

White with #52DC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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