Html Css Color HEX #52D917 Kelly Green

📋 copy color: '#52D917'

red 82 ◦ green 217 ◦ blue 23

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

Shades of Kelly Green #52D917

Tints of Kelly Green #52D917

RGB

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

 GREEN value IS 217 (85.16% from 255) = 67.39%

 BLUE value IS 23 (9.38% from 255) = 7.14%

R = 25.47%
G = 67.39%
B = 7.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#52D917 (or 0x52D917) is known color: Kelly Green. HEX triplet: 52, D9 and 17. RGB value is (82,217,23). Sum of RGB (Red+Green+Blue) = 82+217+23=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 217 (85.16% from 255 or 67.39% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 217 - color contains mainly: green. Hex color #52D917 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D917 is #AD26E8. Grayscale: #9B9B9B. Windows color (decimal): -11347689 or 1562962. OLE color: 1562962.

HSL color Cylindrical-coordinate representation of color #52D917: hue angle of 101.75º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52D917 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 217 23 -
CMYK 0.62 0 0.89 0.15
HSL 101.75º 0.81% 0.47% -
HSV(B) 101.75º 0.89% 0.85% -
XYZ 28.45 51.48 9.25 -
YUV 154.52 53.77 76.27 -
System Red Green Blue C M Y K H S L
Decimal 82 217 23 0.62 0 0.89 0.15 101.75 0.81 0.47
Hex 52 D9 17 3E 0 59 F 66 51 2F
Octal 122 331 27 76 0 131 17 146 121 57
Binary 1010010 11011001 10111 111110 0 1011001 1111 1100110 1010001 101111

Color Harmonies of #52D917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D917

Black with #52D917

Text Example


Text Example

White with #52D917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,217,23); }

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

background-color css

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

 a { background-color: rgb(82,217,23); }

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

border-color css

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

 span { border-color: rgb(82,217,23); }

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