#3FB252

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

Shades of Fruit Salad #3FB252

Tints of Fruit Salad #3FB252

Color information

#3FB252 (or 0x3FB252) is unknown color: approx Fruit Salad. HEX triplet: 3F, B2 and 52. RGB value is (63,178,82). Sum of RGB (Red+Green+Blue) = 63+178+82=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB252 is #C04DAD. Grayscale: #848484. Windows color (decimal): -12602798 or 5419583. OLE color: 5419583.

HSL color Cylindrical-coordinate representation of color #3FB252: hue angle of 129.91º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB252 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB6317882-
CMYK0.6500.540.30
HSL129.91º47.72%47.25%-
HSV(B)129.91º64.61%69.8%-
XYZ19.4933.5113.42-
YUV132.6799.478.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.50%
GREEN value IS 178 (69.92% from 255) = 55.11%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=19.50%
G=55.11%
B=25.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal63178820.6500.540.30129.9147.7247.25
Hex3FB252410361E82302f
Octal77262122101066362026057
Binary111111101100101010010100000101101101111010000010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,178,82); }

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

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

 a { background-color: rgb(63,178,82); }

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

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

 span { border-color: rgb(63,178,82); }

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