#38BE4E

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

Shades of Fruit Salad #38BE4E

Tints of Fruit Salad #38BE4E

Color information

#38BE4E (or 0x38BE4E) is unknown color: approx Fruit Salad. HEX triplet: 38, BE and 4E. RGB value is (56,190,78). Sum of RGB (Red+Green+Blue) = 56+190+78=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #38BE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BE4E is #C741B1. Grayscale: #898989. Windows color (decimal): -13058482 or 5160504. OLE color: 5160504.

HSL color Cylindrical-coordinate representation of color #38BE4E: hue angle of 129.85º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BE4E is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB5619078-
CMYK0.7100.590.25
HSL129.85º54.47%48.24%-
HSV(B)129.85º70.53%74.51%-
XYZ21.4238.2213.46-
YUV137.1794.6170.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 190 (74.61% from 255) = 58.64%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=17.28%
G=58.64%
B=24.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56190780.7100.590.25129.8554.4748.24
Hex38BE4E4703B19823630
Octal70276116107073312026660
Binary111000101111101001110100011101110111100110000010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38BE4E; }

 p { color: rgb(56,190,78); }

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

<style>
 a { background-color: #38BE4E; }

 a { background-color: rgb(56,190,78); }

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

<style>
 span { border-color: #38BE4E; }

 span { border-color: rgb(56,190,78); }

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