Html Css Color HEX #3FB04A Fruit Salad

📋 copy color: '#3FB04A'

red 63 ◦ green 176 ◦ blue 74

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

Shades of Fruit Salad #3FB04A

Tints of Fruit Salad #3FB04A

RGB

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

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

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

R = 20.13%
G = 56.23%
B = 23.64%

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

#3FB04A (or 0x3FB04A) is known color: Fruit Salad. HEX triplet: 3F, B0 and 4A. RGB value is (63,176,74). Sum of RGB (Red+Green+Blue) = 63+176+74=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB04A is #C04FB5. Grayscale: #828282. Windows color (decimal): -12603318 or 4894783. OLE color: 4894783.

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

Color convert

RGB 63 176 74 -
CMYK 0.64 0 0.58 0.31
HSL 125.84º 0.47% 0.47% -
HSV(B) 125.84º 0.64% 0.69% -
XYZ 18.81 32.6 11.78 -
YUV 130.59 96.06 79.79 -
System Red Green Blue C M Y K H S L
Decimal 63 176 74 0.64 0 0.58 0.31 125.84 0.47 0.47
Hex 3F B0 4A 40 0 3A 1F 7E 2F 2F
Octal 77 260 112 100 0 72 37 176 57 57
Binary 111111 10110000 1001010 1000000 0 111010 11111 1111110 101111 101111

Color Harmonies of #3FB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB04A

Black with #3FB04A

Text Example


Text Example

White with #3FB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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