Html Css Color HEX #40B84B Fruit Salad

📋 copy color: '#40B84B'

red 64 ◦ green 184 ◦ blue 75

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

Shades of Fruit Salad #40B84B

Tints of Fruit Salad #40B84B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.97%

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

R = 19.81%
G = 56.97%
B = 23.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#40B84B (or 0x40B84B) is known color: Fruit Salad. HEX triplet: 40, B8 and 4B. RGB value is (64,184,75). Sum of RGB (Red+Green+Blue) = 64+184+75=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #40B84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B84B is #BF47B4. Grayscale: #888888. Windows color (decimal): -12535733 or 4962368. OLE color: 4962368.

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

Color convert

RGB 64 184 75 -
CMYK 0.65 0 0.59 0.28
HSL 125.5º 0.48% 0.49% -
HSV(B) 125.5º 0.65% 0.72% -
XYZ 20.52 35.88 12.5 -
YUV 135.69 93.74 76.86 -
System Red Green Blue C M Y K H S L
Decimal 64 184 75 0.65 0 0.59 0.28 125.5 0.48 0.49
Hex 40 B8 4B 41 0 3B 1C 7E 30 31
Octal 100 270 113 101 0 73 34 176 60 61
Binary 1000000 10111000 1001011 1000001 0 111011 11100 1111110 110000 110001

Color Harmonies of #40B84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B84B

Black with #40B84B

Text Example


Text Example

White with #40B84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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