Html Css Color HEX #52D715 Kelly Green

📋 copy color: '#52D715'

red 82 ◦ green 215 ◦ blue 21

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

Shades of Kelly Green #52D715

Tints of Kelly Green #52D715

RGB

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

 GREEN value IS 215 (84.38% from 255) = 67.61%

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

R = 25.79%
G = 67.61%
B = 6.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#52D715 (or 0x52D715) is known color: Kelly Green. HEX triplet: 52, D7 and 15. RGB value is (82,215,21). Sum of RGB (Red+Green+Blue) = 82+215+21=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 215 (84.38% from 255 or 67.61% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 215 - color contains mainly: green. Hex color #52D715 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D715 is #AD28EA. Grayscale: #999999. Windows color (decimal): -11348203 or 1431378. OLE color: 1431378.

HSL color Cylindrical-coordinate representation of color #52D715: hue angle of 101.13º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52D715 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 215 21 -
CMYK 0.62 0 0.90 0.16
HSL 101.13º 0.82% 0.46% -
HSV(B) 101.13º 0.9% 0.84% -
XYZ 27.92 50.45 8.98 -
YUV 153.12 53.44 77.27 -
System Red Green Blue C M Y K H S L
Decimal 82 215 21 0.62 0 0.90 0.16 101.13 0.82 0.46
Hex 52 D7 15 3E 0 5A 10 65 52 2E
Octal 122 327 25 76 0 132 20 145 122 56
Binary 1010010 11010111 10101 111110 0 1011010 10000 1100101 1010010 101110

Color Harmonies of #52D715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D715

Black with #52D715

Text Example


Text Example

White with #52D715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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