Html Css Color HEX #48BA17 Kelly Green

📋 copy color: '#48BA17'

red 72 ◦ green 186 ◦ blue 23

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

Shades of Kelly Green #48BA17

Tints of Kelly Green #48BA17

RGB

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

 GREEN value IS 186 (73.05% from 255) = 66.19%

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

R = 25.62%
G = 66.19%
B = 8.19%

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

#48BA17 (or 0x48BA17) is known color: Kelly Green. HEX triplet: 48, BA and 17. RGB value is (72,186,23). Sum of RGB (Red+Green+Blue) = 72+186+23=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BA17 is #B745E8. Grayscale: #858585. Windows color (decimal): -12010985 or 1555016. OLE color: 1555016.

HSL color Cylindrical-coordinate representation of color #48BA17: hue angle of 101.96º 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 #48BA17 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 186 23 -
CMYK 0.61 0 0.88 0.27
HSL 101.96º 0.78% 0.41% -
HSV(B) 101.96º 0.88% 0.73% -
XYZ 20.39 36.56 6.79 -
YUV 133.33 65.73 84.25 -
System Red Green Blue C M Y K H S L
Decimal 72 186 23 0.61 0 0.88 0.27 101.96 0.78 0.41
Hex 48 BA 17 3D 0 58 1B 66 4E 29
Octal 110 272 27 75 0 130 33 146 116 51
Binary 1001000 10111010 10111 111101 0 1011000 11011 1100110 1001110 101001

Color Harmonies of #48BA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BA17

Black with #48BA17

Text Example


Text Example

White with #48BA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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