Html Css Color HEX #40BA48 Fruit Salad

📋 copy color: '#40BA48'

red 64 ◦ green 186 ◦ blue 72

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

Shades of Fruit Salad #40BA48

Tints of Fruit Salad #40BA48

RGB

 RED value IS 64 (25.39% from 255) = 19.88%

 GREEN value IS 186 (73.05% from 255) = 57.76%

 BLUE value IS 72 (28.52% from 255) = 22.36%

R = 19.88%
G = 57.76%
B = 22.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#40BA48 (or 0x40BA48) is known color: Fruit Salad. HEX triplet: 40, BA and 48. RGB value is (64,186,72). Sum of RGB (Red+Green+Blue) = 64+186+72=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA48 is #BF45B7. Grayscale: #888888. Windows color (decimal): -12535224 or 4766272. OLE color: 4766272.

HSL color Cylindrical-coordinate representation of color #40BA48: hue angle of 123.93º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BA48 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 186 72 -
CMYK 0.66 0 0.61 0.27
HSL 123.93º 0.49% 0.49% -
HSV(B) 123.93º 0.66% 0.73% -
XYZ 20.84 36.68 12.11 -
YUV 136.53 91.58 76.27 -
System Red Green Blue C M Y K H S L
Decimal 64 186 72 0.66 0 0.61 0.27 123.93 0.49 0.49
Hex 40 BA 48 42 0 3D 1B 7C 31 31
Octal 100 272 110 102 0 75 33 174 61 61
Binary 1000000 10111010 1001000 1000010 0 111101 11011 1111100 110001 110001

Color Harmonies of #40BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BA48

Black with #40BA48

Text Example


Text Example

White with #40BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40BA48; }

 p { color: rgb(64,186,72); }

 H1.HeaderClassName
 {
   color: #40BA48;
 }
 .AnyTagClassName
 {
   color: #40BA48;
 }
</style>

background-color css

<style>
 a { background-color: #40BA48; }

 a { background-color: rgb(64,186,72); }

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

border-color css

<style>
 span { border-color: #40BA48; }

 span { border-color: rgb(64,186,72); }

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