Html Css Color HEX #52DE15 Kelly Green

📋 copy color: '#52DE15'

red 82 ◦ green 222 ◦ blue 21

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

Shades of Kelly Green #52DE15

Tints of Kelly Green #52DE15

RGB

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

 GREEN value IS 222 (87.11% from 255) = 68.31%

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

R = 25.23%
G = 68.31%
B = 6.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#52DE15 (or 0x52DE15) is known color: Kelly Green. HEX triplet: 52, DE and 15. RGB value is (82,222,21). Sum of RGB (Red+Green+Blue) = 82+222+21=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 222 (87.11% from 255 or 68.31% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DE15 is #AD21EA. Grayscale: #9D9D9D. Windows color (decimal): -11346411 or 1433170. OLE color: 1433170.

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

Color convert

RGB 82 222 21 -
CMYK 0.63 0 0.91 0.13
HSL 101.79º 0.83% 0.48% -
HSV(B) 101.79º 0.91% 0.87% -
XYZ 29.74 54.09 9.58 -
YUV 157.23 51.12 74.34 -
System Red Green Blue C M Y K H S L
Decimal 82 222 21 0.63 0 0.91 0.13 101.79 0.83 0.48
Hex 52 DE 15 3F 0 5B D 66 53 30
Octal 122 336 25 77 0 133 15 146 123 60
Binary 1010010 11011110 10101 111111 0 1011011 1101 1100110 1010011 110000

Color Harmonies of #52DE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DE15

Black with #52DE15

Text Example


Text Example

White with #52DE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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