#38AF43

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

Shades of Fruit Salad #38AF43

Tints of Fruit Salad #38AF43

Color information

#38AF43 (or 0x38AF43) is unknown color: approx Fruit Salad. HEX triplet: 38, AF and 43. RGB value is (56,175,67). Sum of RGB (Red+Green+Blue) = 56+175+67=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AF43 is #C750BC. Grayscale: #7F7F7F. Windows color (decimal): -13062333 or 4435768. OLE color: 4435768.

HSL color Cylindrical-coordinate representation of color #38AF43: hue angle of 125.55º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF43 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB5617567-
CMYK0.6800.620.31
HSL125.55º51.52%45.29%-
HSV(B)125.55º68%68.63%-
XYZ17.9731.9110.52-
YUV127.1194.0877.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 175 (68.75% from 255) = 58.72%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=18.79%
G=58.72%
B=22.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175670.6800.620.31125.5551.5245.29
Hex38AF434403E1F7e342d
Octal70257103104076371766455
Binary11100010101111100001110001000111110111111111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,175,67); }

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

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

 a { background-color: rgb(56,175,67); }

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

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

 span { border-color: rgb(56,175,67); }

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