Html Css Color HEX #52C219 Kelly Green

📋 copy color: '#52C219'

red 82 ◦ green 194 ◦ blue 25

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

Shades of Kelly Green #52C219

Tints of Kelly Green #52C219

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.45%

 BLUE value IS 25 (10.16% from 255) = 8.31%

R = 27.24%
G = 64.45%
B = 8.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#52C219 (or 0x52C219) is known color: Kelly Green. HEX triplet: 52, C2 and 19. RGB value is (82,194,25). Sum of RGB (Red+Green+Blue) = 82+194+25=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #52C219 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C219 is #AD3DE6. Grayscale: #8D8D8D. Windows color (decimal): -11353575 or 1688146. OLE color: 1688146.

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

Color convert

RGB 82 194 25 -
CMYK 0.58 0 0.87 0.24
HSL 99.76º 0.77% 0.43% -
HSV(B) 99.76º 0.87% 0.76% -
XYZ 22.95 40.45 7.52 -
YUV 141.25 62.39 85.74 -
System Red Green Blue C M Y K H S L
Decimal 82 194 25 0.58 0 0.87 0.24 99.76 0.77 0.43
Hex 52 C2 19 3A 0 57 18 64 4D 2B
Octal 122 302 31 72 0 127 30 144 115 53
Binary 1010010 11000010 11001 111010 0 1010111 11000 1100100 1001101 101011

Color Harmonies of #52C219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C219

Black with #52C219

Text Example


Text Example

White with #52C219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,194,25); }

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

background-color css

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

 a { background-color: rgb(82,194,25); }

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

border-color css

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

 span { border-color: rgb(82,194,25); }

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