Html Css Color HEX #3F9940 Fruit Salad

📋 copy color: '#3F9940'

red 63 ◦ green 153 ◦ blue 64

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

Shades of Fruit Salad #3F9940

Tints of Fruit Salad #3F9940

RGB

 RED value IS 63 (25% from 255) = 22.5%

 GREEN value IS 153 (60.16% from 255) = 54.64%

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 22.5%
G = 54.64%
B = 22.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#3F9940 (or 0x3F9940) is known color: Fruit Salad. HEX triplet: 3F, 99 and 40. RGB value is (63,153,64). Sum of RGB (Red+Green+Blue) = 63+153+64=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #3F9940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9940 is #C066BF. Grayscale: #747474. Windows color (decimal): -12609216 or 4233535. OLE color: 4233535.

HSL color Cylindrical-coordinate representation of color #3F9940: hue angle of 120.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9940 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 63 153 64 -
CMYK 0.59 0 0.58 0.4
HSL 120.67º 0.42% 0.42% -
HSV(B) 120.67º 0.59% 0.6% -
XYZ 14.37 24.21 8.77 -
YUV 115.94 98.68 90.24 -
System Red Green Blue C M Y K H S L
Decimal 63 153 64 0.59 0 0.58 0.4 120.67 0.42 0.42
Hex 3F 99 40 3B 0 3A 28 79 2A 2A
Octal 77 231 100 73 0 72 50 171 52 52
Binary 111111 10011001 1000000 111011 0 111010 101000 1111001 101010 101010

Color Harmonies of #3F9940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9940

Black with #3F9940

Text Example


Text Example

White with #3F9940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F9940; }

 p { color: rgb(63,153,64); }

 H1.HeaderClassName
 {
   color: #3F9940;
 }
 .AnyTagClassName
 {
   color: #3F9940;
 }
</style>

background-color css

<style>
 a { background-color: #3F9940; }

 a { background-color: rgb(63,153,64); }

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

border-color css

<style>
 span { border-color: #3F9940; }

 span { border-color: rgb(63,153,64); }

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