#42A251

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

Shades of Fruit Salad #42A251

Tints of Fruit Salad #42A251

Color information

#42A251 (or 0x42A251) is unknown color: approx Fruit Salad. HEX triplet: 42, A2 and 51. RGB value is (66,162,81). Sum of RGB (Red+Green+Blue) = 66+162+81=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #42A251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A251 is #BD5DAE. Grayscale: #7C7C7C. Windows color (decimal): -12410287 or 5349954. OLE color: 5349954.

HSL color Cylindrical-coordinate representation of color #42A251: hue angle of 129.38º 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 #42A251 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB6616281-
CMYK0.5900.500.36
HSL129.38º42.11%44.71%-
HSV(B)129.38º59.26%63.53%-
XYZ16.6527.5912.23-
YUV124.06103.786.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.36%
GREEN value IS 162 (63.67% from 255) = 52.43%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=21.36%
G=52.43%
B=26.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162810.5900.500.36129.3842.1144.71
Hex42A2513B03224812a2d
Octal10224212173062442015255
Binary1000010101000101010001111011011001010010010000001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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