Html Css Color HEX #3FB142 Fruit Salad

📋 copy color: '#3FB142'

red 63 ◦ green 177 ◦ blue 66

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

Shades of Fruit Salad #3FB142

Tints of Fruit Salad #3FB142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.57%

R = 20.59%
G = 57.84%
B = 21.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#3FB142 (or 0x3FB142) is known color: Fruit Salad. HEX triplet: 3F, B1 and 42. RGB value is (63,177,66). Sum of RGB (Red+Green+Blue) = 63+177+66=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB142 is #C04EBD. Grayscale: #828282. Windows color (decimal): -12603070 or 4370751. OLE color: 4370751.

HSL color Cylindrical-coordinate representation of color #3FB142: hue angle of 121.58º 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 #3FB142 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 177 66 -
CMYK 0.64 0 0.63 0.31
HSL 121.58º 0.48% 0.47% -
HSV(B) 121.58º 0.64% 0.69% -
XYZ 18.76 32.89 10.52 -
YUV 130.26 91.73 80.03 -
System Red Green Blue C M Y K H S L
Decimal 63 177 66 0.64 0 0.63 0.31 121.58 0.48 0.47
Hex 3F B1 42 40 0 3F 1F 7A 30 2F
Octal 77 261 102 100 0 77 37 172 60 57
Binary 111111 10110001 1000010 1000000 0 111111 11111 1111010 110000 101111

Color Harmonies of #3FB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB142

Black with #3FB142

Text Example


Text Example

White with #3FB142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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