#42A248

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

Shades of Fruit Salad #42A248

Tints of Fruit Salad #42A248

Color information

#42A248 (or 0x42A248) is unknown color: approx Fruit Salad. HEX triplet: 42, A2 and 48. RGB value is (66,162,72). Sum of RGB (Red+Green+Blue) = 66+162+72=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #42A248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A248 is #BD5DB7. Grayscale: #7B7B7B. Windows color (decimal): -12410296 or 4760130. OLE color: 4760130.

HSL color Cylindrical-coordinate representation of color #42A248: hue angle of 123.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A248 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB6616272-
CMYK0.5900.560.36
HSL123.75º42.11%44.71%-
HSV(B)123.75º59.26%63.53%-
XYZ16.3427.4710.57-
YUV123.0499.287.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 162 (63.67% from 255) = 54%
BLUE value IS 72 (28.52% from 255) = 24%
R=22%
G=54%
B=24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162720.5900.560.36123.7542.1144.71
Hex42A2483B038247c2a2d
Octal10224211073070441745255
Binary100001010100010100100011101101110001001001111100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A248; }

 p { color: rgb(66,162,72); }

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

<style>
 a { background-color: #42A248; }

 a { background-color: rgb(66,162,72); }

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

<style>
 span { border-color: #42A248; }

 span { border-color: rgb(66,162,72); }

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