Html Css Color HEX #52DA16 Kelly Green

📋 copy color: '#52DA16'

red 82 ◦ green 218 ◦ blue 22

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

Shades of Kelly Green #52DA16

Tints of Kelly Green #52DA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 67.7%

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

R = 25.47%
G = 67.7%
B = 6.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#52DA16 (or 0x52DA16) is known color: Kelly Green. HEX triplet: 52, DA and 16. RGB value is (82,218,22). Sum of RGB (Red+Green+Blue) = 82+218+22=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 218 (85.55% from 255 or 67.70% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DA16 is #AD25E9. Grayscale: #9B9B9B. Windows color (decimal): -11347434 or 1497682. OLE color: 1497682.

HSL color Cylindrical-coordinate representation of color #52DA16: hue angle of 101.63º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52DA16 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 22 -
CMYK 0.62 0 0.90 0.15
HSL 101.63º 0.82% 0.47% -
HSV(B) 101.63º 0.9% 0.85% -
XYZ 28.7 51.99 9.28 -
YUV 154.99 52.94 75.94 -
System Red Green Blue C M Y K H S L
Decimal 82 218 22 0.62 0 0.90 0.15 101.63 0.82 0.47
Hex 52 DA 16 3E 0 5A F 66 52 2F
Octal 122 332 26 76 0 132 17 146 122 57
Binary 1010010 11011010 10110 111110 0 1011010 1111 1100110 1010010 101111

Color Harmonies of #52DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA16

Black with #52DA16

Text Example


Text Example

White with #52DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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