Html Css Color HEX #48BC13 Kelly Green

📋 copy color: '#48BC13'

red 72 ◦ green 188 ◦ blue 19

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

Shades of Kelly Green #48BC13

Tints of Kelly Green #48BC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 67.38%

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 25.81%
G = 67.38%
B = 6.81%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#48BC13 (or 0x48BC13) is known color: Kelly Green. HEX triplet: 48, BC and 13. RGB value is (72,188,19). Sum of RGB (Red+Green+Blue) = 72+188+19=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BC13 is #B743EC. Grayscale: #868686. Windows color (decimal): -12010477 or 1293384. OLE color: 1293384.

HSL color Cylindrical-coordinate representation of color #48BC13: hue angle of 101.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48BC13 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 19 -
CMYK 0.62 0 0.90 0.26
HSL 101.18º 0.82% 0.41% -
HSV(B) 101.18º 0.9% 0.74% -
XYZ 20.77 37.39 6.74 -
YUV 134.05 63.07 83.74 -
System Red Green Blue C M Y K H S L
Decimal 72 188 19 0.62 0 0.90 0.26 101.18 0.82 0.41
Hex 48 BC 13 3E 0 5A 1A 65 52 29
Octal 110 274 23 76 0 132 32 145 122 51
Binary 1001000 10111100 10011 111110 0 1011010 11010 1100101 1010010 101001

Color Harmonies of #48BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC13

Black with #48BC13

Text Example


Text Example

White with #48BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,188,19); }

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

background-color css

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

 a { background-color: rgb(72,188,19); }

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

border-color css

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

 span { border-color: rgb(72,188,19); }

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