Html Css Color HEX #48BC51 Fruit Salad

📋 copy color: '#48BC51'

red 72 ◦ green 188 ◦ blue 81

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

Shades of Fruit Salad #48BC51

Tints of Fruit Salad #48BC51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.75%

R = 21.11%
G = 55.13%
B = 23.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#48BC51 (or 0x48BC51) is known color: Fruit Salad. HEX triplet: 48, BC and 51. RGB value is (72,188,81). Sum of RGB (Red+Green+Blue) = 72+188+81=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC51 is #B743AE. Grayscale: #8D8D8D. Windows color (decimal): -12010415 or 5356616. OLE color: 5356616.

HSL color Cylindrical-coordinate representation of color #48BC51: hue angle of 124.66º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BC51 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 81 -
CMYK 0.62 0 0.57 0.26
HSL 124.66º 0.46% 0.51% -
HSV(B) 124.66º 0.62% 0.74% -
XYZ 22.14 37.94 13.94 -
YUV 141.12 94.07 78.7 -
System Red Green Blue C M Y K H S L
Decimal 72 188 81 0.62 0 0.57 0.26 124.66 0.46 0.51
Hex 48 BC 51 3E 0 39 1A 7D 2E 33
Octal 110 274 121 76 0 71 32 175 56 63
Binary 1001000 10111100 1010001 111110 0 111001 11010 1111101 101110 110011

Color Harmonies of #48BC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC51

Black with #48BC51

Text Example


Text Example

White with #48BC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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