Html Css Color HEX #52E620 Kelly Green

📋 copy color: '#52E620'

red 82 ◦ green 230 ◦ blue 32

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

Shades of Kelly Green #52E620

Tints of Kelly Green #52E620

RGB

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

 GREEN value IS 230 (90.23% from 255) = 66.86%

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 23.84%
G = 66.86%
B = 9.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#52E620 (or 0x52E620) is known color: Kelly Green. HEX triplet: 52, E6 and 20. RGB value is (82,230,32). Sum of RGB (Red+Green+Blue) = 82+230+32=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 230 (90.23% from 255 or 66.86% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 230 - color contains mainly: green. Hex color #52E620 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E620 is #AD19DF. Grayscale: #A3A3A3. Windows color (decimal): -11344352 or 2156114. OLE color: 2156114.

HSL color Cylindrical-coordinate representation of color #52E620: hue angle of 104.85º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52E620 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 230 32 -
CMYK 0.64 0 0.86 0.10
HSL 104.85º 0.8% 0.51% -
HSV(B) 104.85º 0.86% 0.9% -
XYZ 32.04 58.49 10.97 -
YUV 163.18 53.97 70.1 -
System Red Green Blue C M Y K H S L
Decimal 82 230 32 0.64 0 0.86 0.10 104.85 0.8 0.51
Hex 52 E6 20 40 0 56 A 69 50 33
Octal 122 346 40 100 0 126 12 151 120 63
Binary 1010010 11100110 100000 1000000 0 1010110 1010 1101001 1010000 110011

Color Harmonies of #52E620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E620

Black with #52E620

Text Example


Text Example

White with #52E620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,230,32); }

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

background-color css

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

 a { background-color: rgb(82,230,32); }

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

border-color css

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

 span { border-color: rgb(82,230,32); }

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