#3FB754

Color #3FB754 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3FB754

Tints of Fruit Salad #3FB754

Color information

#3FB754 (or 0x3FB754) is unknown color: approx Fruit Salad. HEX triplet: 3F, B7 and 54. RGB value is (63,183,84). Sum of RGB (Red+Green+Blue) = 63+183+84=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #3FB754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB754 is #C048AB. Grayscale: #888888. Windows color (decimal): -12601516 or 5551935. OLE color: 5551935.

HSL color Cylindrical-coordinate representation of color #3FB754: hue angle of 130.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB754 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB6318384-
CMYK0.6600.540.28
HSL130.5º48.78%48.24%-
HSV(B)130.5º65.57%71.76%-
XYZ20.5835.5614.17-
YUV135.8398.7476.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.09%
GREEN value IS 183 (71.88% from 255) = 55.45%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=19.09%
G=55.45%
B=25.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal63183840.6600.540.28130.548.7848.24
Hex3FB754420361C823130
Octal77267124102066342026160
Binary111111101101111010100100001001101101110010000010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,183,84); }

 H1.HeaderClassName
 {
   color: #3FB754;
 }
 .AnyTagClassName
 {
   color: #3FB754;
 }
</style>
background-color css

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

 a { background-color: rgb(63,183,84); }

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

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

 span { border-color: rgb(63,183,84); }

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