Html Css Color HEX #52D110 Kelly Green

📋 copy color: '#52D110'

red 82 ◦ green 209 ◦ blue 16

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

Shades of Kelly Green #52D110

Tints of Kelly Green #52D110

RGB

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

 GREEN value IS 209 (82.03% from 255) = 68.08%

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 26.71%
G = 68.08%
B = 5.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#52D110 (or 0x52D110) is known color: Kelly Green. HEX triplet: 52, D1 and 10. RGB value is (82,209,16). Sum of RGB (Red+Green+Blue) = 82+209+16=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 209 (82.03% from 255 or 68.08% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 209 - color contains mainly: green. Hex color #52D110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D110 is #AD2EEF. Grayscale: #959595. Windows color (decimal): -11349744 or 1102162. OLE color: 1102162.

HSL color Cylindrical-coordinate representation of color #52D110: hue angle of 99.48º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52D110 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 209 16 -
CMYK 0.61 0 0.92 0.18
HSL 99.48º 0.86% 0.44% -
HSV(B) 99.48º 0.92% 0.82% -
XYZ 26.37 47.43 8.26 -
YUV 149.03 52.92 80.19 -
System Red Green Blue C M Y K H S L
Decimal 82 209 16 0.61 0 0.92 0.18 99.48 0.86 0.44
Hex 52 D1 10 3D 0 5C 12 63 56 2C
Octal 122 321 20 75 0 134 22 143 126 54
Binary 1010010 11010001 10000 111101 0 1011100 10010 1100011 1010110 101100

Color Harmonies of #52D110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D110

Black with #52D110

Text Example


Text Example

White with #52D110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,209,16); }

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

background-color css

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

 a { background-color: rgb(82,209,16); }

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

border-color css

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

 span { border-color: rgb(82,209,16); }

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