Html Css Color HEX #40B752 Fruit Salad

📋 copy color: '#40B752'

red 64 ◦ green 183 ◦ blue 82

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

Shades of Fruit Salad #40B752

Tints of Fruit Salad #40B752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.62%

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 19.45%
G = 55.62%
B = 24.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#40B752 (or 0x40B752) is known color: Fruit Salad. HEX triplet: 40, B7 and 52. RGB value is (64,183,82). Sum of RGB (Red+Green+Blue) = 64+183+82=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #40B752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B752 is #BF48AD. Grayscale: #888888. Windows color (decimal): -12535982 or 5420864. OLE color: 5420864.

HSL color Cylindrical-coordinate representation of color #40B752: hue angle of 129.08º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B752 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 183 82 -
CMYK 0.65 0 0.55 0.28
HSL 129.08º 0.48% 0.48% -
HSV(B) 129.08º 0.65% 0.72% -
XYZ 20.57 35.57 13.76 -
YUV 135.91 97.58 76.71 -
System Red Green Blue C M Y K H S L
Decimal 64 183 82 0.65 0 0.55 0.28 129.08 0.48 0.48
Hex 40 B7 52 41 0 37 1C 81 30 30
Octal 100 267 122 101 0 67 34 201 60 60
Binary 1000000 10110111 1010010 1000001 0 110111 11100 10000001 110000 110000

Color Harmonies of #40B752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B752

Black with #40B752

Text Example


Text Example

White with #40B752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,183,82); }

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

background-color css

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

 a { background-color: rgb(64,183,82); }

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

border-color css

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

 span { border-color: rgb(64,183,82); }

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