Html Css Color HEX #3FB146 Fruit Salad

📋 copy color: '#3FB146'

red 63 ◦ green 177 ◦ blue 70

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

Shades of Fruit Salad #3FB146

Tints of Fruit Salad #3FB146

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.1%

 BLUE value IS 70 (27.73% from 255) = 22.58%

R = 20.32%
G = 57.1%
B = 22.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#3FB146 (or 0x3FB146) is known color: Fruit Salad. HEX triplet: 3F, B1 and 46. RGB value is (63,177,70). Sum of RGB (Red+Green+Blue) = 63+177+70=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB146 is #C04EB9. Grayscale: #838383. Windows color (decimal): -12603066 or 4632895. OLE color: 4632895.

HSL color Cylindrical-coordinate representation of color #3FB146: hue angle of 123.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FB146 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 177 70 -
CMYK 0.64 0 0.60 0.31
HSL 123.68º 0.48% 0.47% -
HSV(B) 123.68º 0.64% 0.69% -
XYZ 18.88 32.94 11.16 -
YUV 130.72 93.73 79.7 -
System Red Green Blue C M Y K H S L
Decimal 63 177 70 0.64 0 0.60 0.31 123.68 0.48 0.47
Hex 3F B1 46 40 0 3C 1F 7C 30 2F
Octal 77 261 106 100 0 74 37 174 60 57
Binary 111111 10110001 1000110 1000000 0 111100 11111 1111100 110000 101111

Color Harmonies of #3FB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB146

Black with #3FB146

Text Example


Text Example

White with #3FB146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,177,70); }

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

background-color css

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

 a { background-color: rgb(63,177,70); }

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

border-color css

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

 span { border-color: rgb(63,177,70); }

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