Html Css Color HEX #52E215 Kelly Green

📋 copy color: '#52E215'

red 82 ◦ green 226 ◦ blue 21

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

Shades of Kelly Green #52E215

Tints of Kelly Green #52E215

RGB

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

 GREEN value IS 226 (88.67% from 255) = 68.69%

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

R = 24.92%
G = 68.69%
B = 6.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#52E215 (or 0x52E215) is known color: Kelly Green. HEX triplet: 52, E2 and 15. RGB value is (82,226,21). Sum of RGB (Red+Green+Blue) = 82+226+21=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 226 (88.67% from 255 or 68.69% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 226 - color contains mainly: green. Hex color #52E215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E215 is #AD1DEA. Grayscale: #A0A0A0. Windows color (decimal): -11345387 or 1434194. OLE color: 1434194.

HSL color Cylindrical-coordinate representation of color #52E215: hue angle of 102.15º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52E215 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 226 21 -
CMYK 0.64 0 0.91 0.11
HSL 102.15º 0.83% 0.48% -
HSV(B) 102.15º 0.91% 0.89% -
XYZ 30.81 56.24 9.94 -
YUV 159.57 49.79 72.67 -
System Red Green Blue C M Y K H S L
Decimal 82 226 21 0.64 0 0.91 0.11 102.15 0.83 0.48
Hex 52 E2 15 40 0 5B B 66 53 30
Octal 122 342 25 100 0 133 13 146 123 60
Binary 1010010 11100010 10101 1000000 0 1011011 1011 1100110 1010011 110000

Color Harmonies of #52E215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E215

Black with #52E215

Text Example


Text Example

White with #52E215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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