Html Css Color HEX #48BF15 Kelly Green

📋 copy color: '#48BF15'

red 72 ◦ green 191 ◦ blue 21

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

Shades of Kelly Green #48BF15

Tints of Kelly Green #48BF15

RGB

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

 GREEN value IS 191 (75% from 255) = 67.25%

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

R = 25.35%
G = 67.25%
B = 7.39%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#48BF15 (or 0x48BF15) is known color: Kelly Green. HEX triplet: 48, BF and 15. RGB value is (72,191,21). Sum of RGB (Red+Green+Blue) = 72+191+21=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 191 (75% from 255 or 67.25% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BF15 is #B740EA. Grayscale: #888888. Windows color (decimal): -12009707 or 1425224. OLE color: 1425224.

HSL color Cylindrical-coordinate representation of color #48BF15: hue angle of 102º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48BF15 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 191 21 -
CMYK 0.62 0 0.89 0.25
HSL 102º 0.8% 0.42% -
HSV(B) 102º 0.89% 0.75% -
XYZ 21.44 38.69 7.05 -
YUV 136.04 63.08 82.32 -
System Red Green Blue C M Y K H S L
Decimal 72 191 21 0.62 0 0.89 0.25 102 0.8 0.42
Hex 48 BF 15 3E 0 59 19 66 50 2A
Octal 110 277 25 76 0 131 31 146 120 52
Binary 1001000 10111111 10101 111110 0 1011001 11001 1100110 1010000 101010

Color Harmonies of #48BF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BF15

Black with #48BF15

Text Example


Text Example

White with #48BF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,191,21); }

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

background-color css

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

 a { background-color: rgb(72,191,21); }

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

border-color css

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

 span { border-color: rgb(72,191,21); }

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