Html Css Color HEX #3F984B Fruit Salad

📋 copy color: '#3F984B'

red 63 ◦ green 152 ◦ blue 75

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

Shades of Fruit Salad #3F984B

Tints of Fruit Salad #3F984B

RGB

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

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

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

R = 21.72%
G = 52.41%
B = 25.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#3F984B (or 0x3F984B) is known color: Fruit Salad. HEX triplet: 3F, 98 and 4B. RGB value is (63,152,75). Sum of RGB (Red+Green+Blue) = 63+152+75=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #3F984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F984B is #C067B4. Grayscale: #747474. Windows color (decimal): -12609461 or 4954175. OLE color: 4954175.

HSL color Cylindrical-coordinate representation of color #3F984B: hue angle of 128.09º degrees, saturation: 0.41, 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 #3F984B is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 152 75 -
CMYK 0.59 0 0.51 0.40
HSL 128.09º 0.41% 0.42% -
HSV(B) 128.09º 0.59% 0.6% -
XYZ 14.55 24.02 10.53 -
YUV 116.61 104.51 89.76 -
System Red Green Blue C M Y K H S L
Decimal 63 152 75 0.59 0 0.51 0.40 128.09 0.41 0.42
Hex 3F 98 4B 3B 0 33 28 80 29 2A
Octal 77 230 113 73 0 63 50 200 51 52
Binary 111111 10011000 1001011 111011 0 110011 101000 10000000 101001 101010

Color Harmonies of #3F984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F984B

Black with #3F984B

Text Example


Text Example

White with #3F984B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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