Html Css Color HEX #48BE4B Fruit Salad

📋 copy color: '#48BE4B'

red 72 ◦ green 190 ◦ blue 75

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

Shades of Fruit Salad #48BE4B

Tints of Fruit Salad #48BE4B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.38%

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 21.36%
G = 56.38%
B = 22.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#48BE4B (or 0x48BE4B) is known color: Fruit Salad. HEX triplet: 48, BE and 4B. RGB value is (72,190,75). Sum of RGB (Red+Green+Blue) = 72+190+75=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BE4B is #B741B4. Grayscale: #8D8D8D. Windows color (decimal): -12009909 or 4963912. OLE color: 4963912.

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

Color convert

RGB 72 190 75 -
CMYK 0.62 0 0.61 0.25
HSL 121.53º 0.48% 0.51% -
HSV(B) 121.53º 0.62% 0.75% -
XYZ 22.36 38.71 12.95 -
YUV 141.61 90.41 78.35 -
System Red Green Blue C M Y K H S L
Decimal 72 190 75 0.62 0 0.61 0.25 121.53 0.48 0.51
Hex 48 BE 4B 3E 0 3D 19 7A 30 33
Octal 110 276 113 76 0 75 31 172 60 63
Binary 1001000 10111110 1001011 111110 0 111101 11001 1111010 110000 110011

Color Harmonies of #48BE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BE4B

Black with #48BE4B

Text Example


Text Example

White with #48BE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,190,75); }

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

background-color css

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

 a { background-color: rgb(72,190,75); }

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

border-color css

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

 span { border-color: rgb(72,190,75); }

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