Html Css Color HEX #40984B Fruit Salad

📋 copy color: '#40984B'

red 64 ◦ green 152 ◦ blue 75

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

Shades of Fruit Salad #40984B

Tints of Fruit Salad #40984B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.23%

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

R = 21.99%
G = 52.23%
B = 25.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#40984B (or 0x40984B) is known color: Fruit Salad. HEX triplet: 40, 98 and 4B. RGB value is (64,152,75). Sum of RGB (Red+Green+Blue) = 64+152+75=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #40984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40984B is #BF67B4. Grayscale: #757575. Windows color (decimal): -12543925 or 4954176. OLE color: 4954176.

HSL color Cylindrical-coordinate representation of color #40984B: hue angle of 127.5º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40984B is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 152 75 -
CMYK 0.58 0 0.51 0.40
HSL 127.5º 0.41% 0.42% -
HSV(B) 127.5º 0.58% 0.6% -
XYZ 14.61 24.05 10.53 -
YUV 116.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 64 152 75 0.58 0 0.51 0.40 127.5 0.41 0.42
Hex 40 98 4B 3A 0 33 28 80 29 2A
Octal 100 230 113 72 0 63 50 200 51 52
Binary 1000000 10011000 1001011 111010 0 110011 101000 10000000 101001 101010

Color Harmonies of #40984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40984B

Black with #40984B

Text Example


Text Example

White with #40984B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40984B; }

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

 H1.HeaderClassName
 {
   color: #40984B;
 }
 .AnyTagClassName
 {
   color: #40984B;
 }
</style>

background-color css

<style>
 a { background-color: #40984B; }

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

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

border-color css

<style>
 span { border-color: #40984B; }

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

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