Html Css Color HEX #52D616 Kelly Green

📋 copy color: '#52D616'

red 82 ◦ green 214 ◦ blue 22

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

Shades of Kelly Green #52D616

Tints of Kelly Green #52D616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.3%

 BLUE value IS 22 (8.98% from 255) = 6.92%

R = 25.79%
G = 67.3%
B = 6.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#52D616 (or 0x52D616) is known color: Kelly Green. HEX triplet: 52, D6 and 16. RGB value is (82,214,22). Sum of RGB (Red+Green+Blue) = 82+214+22=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 214 (83.98% from 255 or 67.30% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 214 - color contains mainly: green. Hex color #52D616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D616 is #AD29E9. Grayscale: #999999. Windows color (decimal): -11348458 or 1496658. OLE color: 1496658.

HSL color Cylindrical-coordinate representation of color #52D616: hue angle of 101.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52D616 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 22 -
CMYK 0.62 0 0.90 0.16
HSL 101.25º 0.81% 0.46% -
HSV(B) 101.25º 0.9% 0.84% -
XYZ 27.67 49.94 8.94 -
YUV 152.64 54.27 77.61 -
System Red Green Blue C M Y K H S L
Decimal 82 214 22 0.62 0 0.90 0.16 101.25 0.81 0.46
Hex 52 D6 16 3E 0 5A 10 65 51 2E
Octal 122 326 26 76 0 132 20 145 121 56
Binary 1010010 11010110 10110 111110 0 1011010 10000 1100101 1010001 101110

Color Harmonies of #52D616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D616

Black with #52D616

Text Example


Text Example

White with #52D616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,214,22); }

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

background-color css

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

 a { background-color: rgb(82,214,22); }

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

border-color css

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

 span { border-color: rgb(82,214,22); }

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