Html Css Color HEX #40BD48 Fruit Salad

📋 copy color: '#40BD48'

red 64 ◦ green 189 ◦ blue 72

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

Shades of Fruit Salad #40BD48

Tints of Fruit Salad #40BD48

RGB

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

 GREEN value IS 189 (74.22% from 255) = 58.15%

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

R = 19.69%
G = 58.15%
B = 22.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#40BD48 (or 0x40BD48) is known color: Fruit Salad. HEX triplet: 40, BD and 48. RGB value is (64,189,72). Sum of RGB (Red+Green+Blue) = 64+189+72=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BD48 is #BF42B7. Grayscale: #8A8A8A. Windows color (decimal): -12534456 or 4767040. OLE color: 4767040.

HSL color Cylindrical-coordinate representation of color #40BD48: hue angle of 123.84º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BD48 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 189 72 -
CMYK 0.66 0 0.62 0.26
HSL 123.84º 0.49% 0.5% -
HSV(B) 123.84º 0.66% 0.74% -
XYZ 21.48 37.95 12.32 -
YUV 138.29 90.59 75.01 -
System Red Green Blue C M Y K H S L
Decimal 64 189 72 0.66 0 0.62 0.26 123.84 0.49 0.5
Hex 40 BD 48 42 0 3E 1A 7C 31 32
Octal 100 275 110 102 0 76 32 174 61 62
Binary 1000000 10111101 1001000 1000010 0 111110 11010 1111100 110001 110010

Color Harmonies of #40BD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BD48

Black with #40BD48

Text Example


Text Example

White with #40BD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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