Html Css Color HEX #52C100 Kelly Green

📋 copy color: '#52C100'

red 82 ◦ green 193 ◦ blue 0

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

Shades of Kelly Green #52C100

Tints of Kelly Green #52C100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.82%
G = 70.18%
B = 0%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#52C100 (or 0x52C100) is known color: Kelly Green. HEX triplet: 52, C1 and 00. RGB value is (82,193,0). Sum of RGB (Red+Green+Blue) = 82+193+0=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 193 (75.78% from 255 or 70.18% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 193 - color contains mainly: green. Hex color #52C100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C100 is #AD3EFF. Grayscale: #8A8A8A. Windows color (decimal): -11353856 or 49490. OLE color: 49490.

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

Color convert

RGB 82 193 0 -
CMYK 0.58 0 1 0.24
HSL 94.51º 1% 0.38% -
HSV(B) 94.51º 1% 0.76% -
XYZ 22.55 39.93 6.52 -
YUV 137.81 50.23 88.19 -
System Red Green Blue C M Y K H S L
Decimal 82 193 0 0.58 0 1 0.24 94.51 1 0.38
Hex 52 C1 0 3A 0 64 18 5F 64 26
Octal 122 301 0 72 0 144 30 137 144 46
Binary 1010010 11000001 0 111010 0 1100100 11000 1011111 1100100 100110

Color Harmonies of #52C100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C100

Black with #52C100

Text Example


Text Example

White with #52C100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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