Html Css Color HEX #52C117 Kelly Green

📋 copy color: '#52C117'

red 82 ◦ green 193 ◦ blue 23

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

Shades of Kelly Green #52C117

Tints of Kelly Green #52C117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.72%

R = 27.52%
G = 64.77%
B = 7.72%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#52C117 (or 0x52C117) is known color: Kelly Green. HEX triplet: 52, C1 and 17. RGB value is (82,193,23). Sum of RGB (Red+Green+Blue) = 82+193+23=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #52C117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C117 is #AD3EE8. Grayscale: #8D8D8D. Windows color (decimal): -11353833 or 1556818. OLE color: 1556818.

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

Color convert

RGB 82 193 23 -
CMYK 0.58 0 0.88 0.24
HSL 99.18º 0.79% 0.42% -
HSV(B) 99.18º 0.88% 0.76% -
XYZ 22.7 40 7.33 -
YUV 140.43 61.73 86.32 -
System Red Green Blue C M Y K H S L
Decimal 82 193 23 0.58 0 0.88 0.24 99.18 0.79 0.42
Hex 52 C1 17 3A 0 58 18 63 4F 2A
Octal 122 301 27 72 0 130 30 143 117 52
Binary 1010010 11000001 10111 111010 0 1011000 11000 1100011 1001111 101010

Color Harmonies of #52C117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C117

Black with #52C117

Text Example


Text Example

White with #52C117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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