Html Css Color HEX #3FA840 Fruit Salad

📋 copy color: '#3FA840'

red 63 ◦ green 168 ◦ blue 64

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

Shades of Fruit Salad #3FA840

Tints of Fruit Salad #3FA840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 56.95%

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 21.36%
G = 56.95%
B = 21.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#3FA840 (or 0x3FA840) is known color: Fruit Salad. HEX triplet: 3F, A8 and 40. RGB value is (63,168,64). Sum of RGB (Red+Green+Blue) = 63+168+64=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #3FA840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA840 is #C057BF. Grayscale: #7D7D7D. Windows color (decimal): -12605376 or 4237375. OLE color: 4237375.

HSL color Cylindrical-coordinate representation of color #3FA840: hue angle of 120.57º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA840 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 63 168 64 -
CMYK 0.63 0 0.62 0.34
HSL 120.57º 0.45% 0.45% -
HSV(B) 120.57º 0.63% 0.66% -
XYZ 16.98 29.43 9.64 -
YUV 124.75 93.71 83.96 -
System Red Green Blue C M Y K H S L
Decimal 63 168 64 0.63 0 0.62 0.34 120.57 0.45 0.45
Hex 3F A8 40 3F 0 3E 22 79 2D 2D
Octal 77 250 100 77 0 76 42 171 55 55
Binary 111111 10101000 1000000 111111 0 111110 100010 1111001 101101 101101

Color Harmonies of #3FA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA840

Black with #3FA840

Text Example


Text Example

White with #3FA840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,168,64); }

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

background-color css

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

 a { background-color: rgb(63,168,64); }

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

border-color css

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

 span { border-color: rgb(63,168,64); }

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