Html Css Color HEX #40B139 Fruit Salad

📋 copy color: '#40B139'

red 64 ◦ green 177 ◦ blue 57

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

Shades of Fruit Salad #40B139

Tints of Fruit Salad #40B139

RGB

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

 GREEN value IS 177 (69.53% from 255) = 59.4%

 BLUE value IS 57 (22.66% from 255) = 19.13%

R = 21.48%
G = 59.4%
B = 19.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#40B139 (or 0x40B139) is known color: Fruit Salad. HEX triplet: 40, B1 and 39. RGB value is (64,177,57). Sum of RGB (Red+Green+Blue) = 64+177+57=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 177 (69.53% from 255 or 59.40% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 177 - color contains mainly: green. Hex color #40B139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B139 is #BF4EC6. Grayscale: #818181. Windows color (decimal): -12537543 or 3780928. OLE color: 3780928.

HSL color Cylindrical-coordinate representation of color #40B139: hue angle of 116.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40B139 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 177 57 -
CMYK 0.64 0 0.68 0.31
HSL 116.5º 0.51% 0.46% -
HSV(B) 116.5º 0.68% 0.69% -
XYZ 18.58 32.83 9.23 -
YUV 129.53 87.06 81.26 -
System Red Green Blue C M Y K H S L
Decimal 64 177 57 0.64 0 0.68 0.31 116.5 0.51 0.46
Hex 40 B1 39 40 0 44 1F 74 33 2E
Octal 100 261 71 100 0 104 37 164 63 56
Binary 1000000 10110001 111001 1000000 0 1000100 11111 1110100 110011 101110

Color Harmonies of #40B139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B139

Black with #40B139

Text Example


Text Example

White with #40B139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,177,57); }

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

background-color css

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

 a { background-color: rgb(64,177,57); }

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

border-color css

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

 span { border-color: rgb(64,177,57); }

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