#3DB951

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

Shades of Fruit Salad #3DB951

Tints of Fruit Salad #3DB951

Color information

#3DB951 (or 0x3DB951) is unknown color: approx Fruit Salad. HEX triplet: 3D, B9 and 51. RGB value is (61,185,81). Sum of RGB (Red+Green+Blue) = 61+185+81=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB951 is #C246AE. Grayscale: #888888. Windows color (decimal): -12732079 or 5355837. OLE color: 5355837.

HSL color Cylindrical-coordinate representation of color #3DB951: hue angle of 129.68º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB951 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB6118581-
CMYK0.6700.560.27
HSL129.68º50.41%48.24%-
HSV(B)129.68º67.03%72.55%-
XYZ20.7636.2813.69-
YUV136.0796.9274.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.65%
GREEN value IS 185 (72.66% from 255) = 56.57%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=18.65%
G=56.57%
B=24.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61185810.6700.560.27129.6850.4148.24
Hex3DB951430381B823230
Octal75271121103070332026260
Binary111101101110011010001100001101110001101110000010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,185,81); }

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

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

 a { background-color: rgb(61,185,81); }

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

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

 span { border-color: rgb(61,185,81); }

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