Html Css Color HEX #52D315 Kelly Green

📋 copy color: '#52D315'

red 82 ◦ green 211 ◦ blue 21

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

Shades of Kelly Green #52D315

Tints of Kelly Green #52D315

RGB

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

 GREEN value IS 211 (82.81% from 255) = 67.2%

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

R = 26.11%
G = 67.2%
B = 6.69%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#52D315 (or 0x52D315) is known color: Kelly Green. HEX triplet: 52, D3 and 15. RGB value is (82,211,21). Sum of RGB (Red+Green+Blue) = 82+211+21=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 211 (82.81% from 255 or 67.20% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 211 - color contains mainly: green. Hex color #52D315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D315 is #AD2CEA. Grayscale: #979797. Windows color (decimal): -11349227 or 1430354. OLE color: 1430354.

HSL color Cylindrical-coordinate representation of color #52D315: hue angle of 100.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52D315 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 211 21 -
CMYK 0.61 0 0.90 0.17
HSL 100.74º 0.82% 0.45% -
HSV(B) 100.74º 0.9% 0.83% -
XYZ 26.91 48.44 8.64 -
YUV 150.77 54.76 78.95 -
System Red Green Blue C M Y K H S L
Decimal 82 211 21 0.61 0 0.90 0.17 100.74 0.82 0.45
Hex 52 D3 15 3D 0 5A 11 65 52 2D
Octal 122 323 25 75 0 132 21 145 122 55
Binary 1010010 11010011 10101 111101 0 1011010 10001 1100101 1010010 101101

Color Harmonies of #52D315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D315

Black with #52D315

Text Example


Text Example

White with #52D315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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