#38BC4B

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

Shades of Fruit Salad #38BC4B

Tints of Fruit Salad #38BC4B

Color information

#38BC4B (or 0x38BC4B) is unknown color: approx Fruit Salad. HEX triplet: 38, BC and 4B. RGB value is (56,188,75). Sum of RGB (Red+Green+Blue) = 56+188+75=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BC4B is #C743B4. Grayscale: #878787. Windows color (decimal): -13058997 or 4963384. OLE color: 4963384.

HSL color Cylindrical-coordinate representation of color #38BC4B: hue angle of 128.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BC4B is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB5618875-
CMYK0.7000.600.26
HSL128.64º54.1%47.84%-
HSV(B)128.64º70.21%73.73%-
XYZ20.8837.3212.76-
YUV135.6593.7771.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 188 (73.83% from 255) = 58.93%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=17.55%
G=58.93%
B=23.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal56188750.7000.600.26128.6454.147.84
Hex38BC4B4603C1A813630
Octal70274113106074322016660
Binary111000101111001001011100011001111001101010000001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,188,75); }

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

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

 a { background-color: rgb(56,188,75); }

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

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

 span { border-color: rgb(56,188,75); }

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