#3DB14B

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

Shades of Fruit Salad #3DB14B

Tints of Fruit Salad #3DB14B

Color information

#3DB14B (or 0x3DB14B) is unknown color: approx Fruit Salad. HEX triplet: 3D, B1 and 4B. RGB value is (61,177,75). Sum of RGB (Red+Green+Blue) = 61+177+75=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB14B is #C24EB4. Grayscale: #828282. Windows color (decimal): -12734133 or 4960573. OLE color: 4960573.

HSL color Cylindrical-coordinate representation of color #3DB14B: hue angle of 127.24º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB14B is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB6117775-
CMYK0.6600.580.31
HSL127.24º48.74%46.67%-
HSV(B)127.24º65.54%69.41%-
XYZ18.9232.9412.02-
YUV130.6996.5778.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.49%
GREEN value IS 177 (69.53% from 255) = 56.55%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=19.49%
G=56.55%
B=23.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61177750.6600.580.31127.2448.7446.67
Hex3DB14B4203A1F7f312f
Octal75261113102072371776157
Binary11110110110001100101110000100111010111111111111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,177,75); }

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

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

 a { background-color: rgb(61,177,75); }

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

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

 span { border-color: rgb(61,177,75); }

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