Html Css Color HEX #48B917 Kelly Green

📋 copy color: '#48B917'

red 72 ◦ green 185 ◦ blue 23

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

Shades of Kelly Green #48B917

Tints of Kelly Green #48B917

RGB

 RED value IS 72 (28.52% from 255) = 25.71%

 GREEN value IS 185 (72.66% from 255) = 66.07%

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

R = 25.71%
G = 66.07%
B = 8.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#48B917 (or 0x48B917) is known color: Kelly Green. HEX triplet: 48, B9 and 17. RGB value is (72,185,23). Sum of RGB (Red+Green+Blue) = 72+185+23=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 185 (72.66% from 255 or 66.07% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 185 - color contains mainly: green. Hex color #48B917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B917 is #B746E8. Grayscale: #858585. Windows color (decimal): -12011241 or 1554760. OLE color: 1554760.

HSL color Cylindrical-coordinate representation of color #48B917: hue angle of 101.85º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48B917 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 185 23 -
CMYK 0.61 0 0.88 0.27
HSL 101.85º 0.78% 0.41% -
HSV(B) 101.85º 0.88% 0.73% -
XYZ 20.18 36.14 6.72 -
YUV 132.75 66.06 84.67 -
System Red Green Blue C M Y K H S L
Decimal 72 185 23 0.61 0 0.88 0.27 101.85 0.78 0.41
Hex 48 B9 17 3D 0 58 1B 66 4E 29
Octal 110 271 27 75 0 130 33 146 116 51
Binary 1001000 10111001 10111 111101 0 1011000 11011 1100110 1001110 101001

Color Harmonies of #48B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B917

Black with #48B917

Text Example


Text Example

White with #48B917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48B917; }

 p { color: rgb(72,185,23); }

 H1.HeaderClassName
 {
   color: #48B917;
 }
 .AnyTagClassName
 {
   color: #48B917;
 }
</style>

background-color css

<style>
 a { background-color: #48B917; }

 a { background-color: rgb(72,185,23); }

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

border-color css

<style>
 span { border-color: #48B917; }

 span { border-color: rgb(72,185,23); }

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