Html Css Color HEX #52C110 Kelly Green

📋 copy color: '#52C110'

red 82 ◦ green 193 ◦ blue 16

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

Shades of Kelly Green #52C110

Tints of Kelly Green #52C110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 66.32%

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

R = 28.18%
G = 66.32%
B = 5.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#52C110 (or 0x52C110) is known color: Kelly Green. HEX triplet: 52, C1 and 10. RGB value is (82,193,16). Sum of RGB (Red+Green+Blue) = 82+193+16=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #52C110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C110 is #AD3EEF. Grayscale: #8C8C8C. Windows color (decimal): -11353840 or 1098066. OLE color: 1098066.

HSL color Cylindrical-coordinate representation of color #52C110: hue angle of 97.63º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52C110 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 16 -
CMYK 0.58 0 0.92 0.24
HSL 97.63º 0.85% 0.41% -
HSV(B) 97.63º 0.92% 0.76% -
XYZ 22.64 39.97 7.01 -
YUV 139.63 58.23 86.89 -
System Red Green Blue C M Y K H S L
Decimal 82 193 16 0.58 0 0.92 0.24 97.63 0.85 0.41
Hex 52 C1 10 3A 0 5C 18 62 55 29
Octal 122 301 20 72 0 134 30 142 125 51
Binary 1010010 11000001 10000 111010 0 1011100 11000 1100010 1010101 101001

Color Harmonies of #52C110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C110

Black with #52C110

Text Example


Text Example

White with #52C110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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