Html Css Color HEX #52C015 Kelly Green

📋 copy color: '#52C015'

red 82 ◦ green 192 ◦ blue 21

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

Shades of Kelly Green #52C015

Tints of Kelly Green #52C015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.08%

 BLUE value IS 21 (8.59% from 255) = 7.12%

R = 27.8%
G = 65.08%
B = 7.12%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#52C015 (or 0x52C015) is known color: Kelly Green. HEX triplet: 52, C0 and 15. RGB value is (82,192,21). Sum of RGB (Red+Green+Blue) = 82+192+21=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #52C015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C015 is #AD3FEA. Grayscale: #8C8C8C. Windows color (decimal): -11354091 or 1425490. OLE color: 1425490.

HSL color Cylindrical-coordinate representation of color #52C015: hue angle of 98.6º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52C015 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 21 -
CMYK 0.57 0 0.89 0.25
HSL 98.6º 0.8% 0.42% -
HSV(B) 98.6º 0.89% 0.75% -
XYZ 22.46 39.55 7.16 -
YUV 139.62 61.06 86.9 -
System Red Green Blue C M Y K H S L
Decimal 82 192 21 0.57 0 0.89 0.25 98.6 0.8 0.42
Hex 52 C0 15 39 0 59 19 63 50 2A
Octal 122 300 25 71 0 131 31 143 120 52
Binary 1010010 11000000 10101 111001 0 1011001 11001 1100011 1010000 101010

Color Harmonies of #52C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C015

Black with #52C015

Text Example


Text Example

White with #52C015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,192,21); }

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

background-color css

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

 a { background-color: rgb(82,192,21); }

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

border-color css

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

 span { border-color: rgb(82,192,21); }

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