Html Css Color HEX #3FB14A Fruit Salad

📋 copy color: '#3FB14A'

red 63 ◦ green 177 ◦ blue 74

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

Shades of Fruit Salad #3FB14A

Tints of Fruit Salad #3FB14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 20.06%
G = 56.37%
B = 23.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#3FB14A (or 0x3FB14A) is known color: Fruit Salad. HEX triplet: 3F, B1 and 4A. RGB value is (63,177,74). Sum of RGB (Red+Green+Blue) = 63+177+74=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB14A is #C04EB5. Grayscale: #838383. Windows color (decimal): -12603062 or 4895039. OLE color: 4895039.

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

Color convert

RGB 63 177 74 -
CMYK 0.64 0 0.58 0.31
HSL 125.79º 0.48% 0.47% -
HSV(B) 125.79º 0.64% 0.69% -
XYZ 19.01 33 11.85 -
YUV 131.17 95.73 79.38 -
System Red Green Blue C M Y K H S L
Decimal 63 177 74 0.64 0 0.58 0.31 125.79 0.48 0.47
Hex 3F B1 4A 40 0 3A 1F 7E 30 2F
Octal 77 261 112 100 0 72 37 176 60 57
Binary 111111 10110001 1001010 1000000 0 111010 11111 1111110 110000 101111

Color Harmonies of #3FB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB14A

Black with #3FB14A

Text Example


Text Example

White with #3FB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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