#38bf4f

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

Shades of Fruit Salad #38BF4F

Tints of Fruit Salad #38BF4F

Color information

#38BF4F (or 0x38BF4F) is unknown color: approx Fruit Salad. HEX triplet: 38, BF and 4F. RGB value is (56,191,79). Sum of RGB (Red+Green+Blue) = 56+191+79=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #38BF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BF4F is #C740B0. Grayscale: #8A8A8A. Windows color (decimal): -13058225 or 5226296. OLE color: 5226296.

HSL color Cylindrical-coordinate representation of color #38BF4F: hue angle of 130.22º degrees, saturation: 0.55, 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 #38BF4F is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB5619179-
CMYK0.7100.590.25
HSL130.22º54.66%48.43%-
HSV(B)130.22º70.68%74.9%-
XYZ21.6738.6713.72-
YUV137.8794.7769.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 191 (75% from 255) = 58.59%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=17.18%
G=58.59%
B=24.23%

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
Decimal56191790.7100.590.25130.2254.6648.43
Hex38BF4F4703B19823730
Octal70277117107073312026760
Binary111000101111111001111100011101110111100110000010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38bf4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,191,79); }

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

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

 a { background-color: rgb(56,191,79); }

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

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

 span { border-color: rgb(56,191,79); }

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