#38B84B

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

Shades of Fruit Salad #38B84B

Tints of Fruit Salad #38B84B

Color information

#38B84B (or 0x38B84B) is unknown color: approx Fruit Salad. HEX triplet: 38, B8 and 4B. RGB value is (56,184,75). Sum of RGB (Red+Green+Blue) = 56+184+75=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #38B84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B84B is #C747B4. Grayscale: #858585. Windows color (decimal): -13060021 or 4962360. OLE color: 4962360.

HSL color Cylindrical-coordinate representation of color #38B84B: hue angle of 128.91º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B84B is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB5618475-
CMYK0.7000.590.28
HSL128.91º53.33%47.06%-
HSV(B)128.91º69.57%72.16%-
XYZ20.0435.6312.48-
YUV133.395.0972.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 184 (72.27% from 255) = 58.41%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=17.78%
G=58.41%
B=23.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56184750.7000.590.28128.9153.3347.06
Hex38B84B4603B1C81352f
Octal70270113106073342016557
Binary111000101110001001011100011001110111110010000001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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