Html Css Color HEX #48B23F Fruit Salad

📋 copy color: '#48B23F'

red 72 ◦ green 178 ◦ blue 63

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

Shades of Fruit Salad #48B23F

Tints of Fruit Salad #48B23F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.87%

 BLUE value IS 63 (25% from 255) = 20.13%

R = 23%
G = 56.87%
B = 20.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#48B23F (or 0x48B23F) is known color: Fruit Salad. HEX triplet: 48, B2 and 3F. RGB value is (72,178,63). Sum of RGB (Red+Green+Blue) = 72+178+63=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #48B23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B23F is #B74DC0. Grayscale: #858585. Windows color (decimal): -12012993 or 4174408. OLE color: 4174408.

HSL color Cylindrical-coordinate representation of color #48B23F: hue angle of 115.3º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48B23F is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 178 63 -
CMYK 0.60 0 0.65 0.30
HSL 115.3º 0.48% 0.47% -
HSV(B) 115.3º 0.65% 0.7% -
XYZ 19.49 33.58 10.16 -
YUV 133.2 88.38 84.35 -
System Red Green Blue C M Y K H S L
Decimal 72 178 63 0.60 0 0.65 0.30 115.3 0.48 0.47
Hex 48 B2 3F 3C 0 41 1E 73 30 2F
Octal 110 262 77 74 0 101 36 163 60 57
Binary 1001000 10110010 111111 111100 0 1000001 11110 1110011 110000 101111

Color Harmonies of #48B23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B23F

Black with #48B23F

Text Example


Text Example

White with #48B23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,178,63); }

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

background-color css

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

 a { background-color: rgb(72,178,63); }

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

border-color css

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

 span { border-color: rgb(72,178,63); }

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