Html Css Color HEX #52D319 Kelly Green

📋 copy color: '#52D319'

red 82 ◦ green 211 ◦ blue 25

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

Shades of Kelly Green #52D319

Tints of Kelly Green #52D319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.86%

R = 25.79%
G = 66.35%
B = 7.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#52D319 (or 0x52D319) is known color: Kelly Green. HEX triplet: 52, D3 and 19. RGB value is (82,211,25). Sum of RGB (Red+Green+Blue) = 82+211+25=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 211 (82.81% from 255 or 66.35% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 211 - color contains mainly: green. Hex color #52D319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D319 is #AD2CE6. Grayscale: #979797. Windows color (decimal): -11349223 or 1692498. OLE color: 1692498.

HSL color Cylindrical-coordinate representation of color #52D319: hue angle of 101.61º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52D319 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 211 25 -
CMYK 0.61 0 0.88 0.17
HSL 101.61º 0.79% 0.46% -
HSV(B) 101.61º 0.88% 0.83% -
XYZ 26.95 48.45 8.85 -
YUV 151.23 56.76 78.62 -
System Red Green Blue C M Y K H S L
Decimal 82 211 25 0.61 0 0.88 0.17 101.61 0.79 0.46
Hex 52 D3 19 3D 0 58 11 66 4F 2E
Octal 122 323 31 75 0 130 21 146 117 56
Binary 1010010 11010011 11001 111101 0 1011000 10001 1100110 1001111 101110

Color Harmonies of #52D319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D319

Black with #52D319

Text Example


Text Example

White with #52D319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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