Html Css Color HEX #40B64B Fruit Salad

📋 copy color: '#40B64B'

red 64 ◦ green 182 ◦ blue 75

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

Shades of Fruit Salad #40B64B

Tints of Fruit Salad #40B64B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.7%

 BLUE value IS 75 (29.69% from 255) = 23.36%

R = 19.94%
G = 56.7%
B = 23.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#40B64B (or 0x40B64B) is known color: Fruit Salad. HEX triplet: 40, B6 and 4B. RGB value is (64,182,75). Sum of RGB (Red+Green+Blue) = 64+182+75=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 182 (71.48% from 255 or 56.70% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 182 - color contains mainly: green. Hex color #40B64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B64B is #BF49B4. Grayscale: #868686. Windows color (decimal): -12536245 or 4961856. OLE color: 4961856.

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

Color convert

RGB 64 182 75 -
CMYK 0.65 0 0.59 0.29
HSL 125.59º 0.48% 0.48% -
HSV(B) 125.59º 0.65% 0.71% -
XYZ 20.11 35.05 12.36 -
YUV 134.52 94.41 77.7 -
System Red Green Blue C M Y K H S L
Decimal 64 182 75 0.65 0 0.59 0.29 125.59 0.48 0.48
Hex 40 B6 4B 41 0 3B 1D 7E 30 30
Octal 100 266 113 101 0 73 35 176 60 60
Binary 1000000 10110110 1001011 1000001 0 111011 11101 1111110 110000 110000

Color Harmonies of #40B64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B64B

Black with #40B64B

Text Example


Text Example

White with #40B64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,182,75); }

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

background-color css

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

 a { background-color: rgb(64,182,75); }

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

border-color css

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

 span { border-color: rgb(64,182,75); }

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