Html Css Color HEX #3FB04F Fruit Salad

📋 copy color: '#3FB04F'

red 63 ◦ green 176 ◦ blue 79

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

Shades of Fruit Salad #3FB04F

Tints of Fruit Salad #3FB04F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.35%

 BLUE value IS 79 (31.25% from 255) = 24.84%

R = 19.81%
G = 55.35%
B = 24.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#3FB04F (or 0x3FB04F) is known color: Fruit Salad. HEX triplet: 3F, B0 and 4F. RGB value is (63,176,79). Sum of RGB (Red+Green+Blue) = 63+176+79=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 176 (69.14% from 255 or 55.35% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB04F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB04F is #C04FB0. Grayscale: #838383. Windows color (decimal): -12603313 or 5222463. OLE color: 5222463.

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

Color convert

RGB 63 176 79 -
CMYK 0.64 0 0.55 0.31
HSL 128.5º 0.47% 0.47% -
HSV(B) 128.5º 0.64% 0.69% -
XYZ 18.99 32.67 12.7 -
YUV 131.16 98.56 79.39 -
System Red Green Blue C M Y K H S L
Decimal 63 176 79 0.64 0 0.55 0.31 128.5 0.47 0.47
Hex 3F B0 4F 40 0 37 1F 80 2F 2F
Octal 77 260 117 100 0 67 37 200 57 57
Binary 111111 10110000 1001111 1000000 0 110111 11111 10000000 101111 101111

Color Harmonies of #3FB04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB04F

Black with #3FB04F

Text Example


Text Example

White with #3FB04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,176,79); }

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

background-color css

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

 a { background-color: rgb(63,176,79); }

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

border-color css

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

 span { border-color: rgb(63,176,79); }

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