#42C259

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

Shades of Fruit Salad #42C259

Tints of Fruit Salad #42C259

Color information

#42C259 (or 0x42C259) is unknown color: approx Fruit Salad. HEX triplet: 42, C2 and 59. RGB value is (66,194,89). Sum of RGB (Red+Green+Blue) = 66+194+89=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #42C259 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C259 is #BD3DA6. Grayscale: #909090. Windows color (decimal): -12402087 or 5882434. OLE color: 5882434.

HSL color Cylindrical-coordinate representation of color #42C259: hue angle of 130.78º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C259 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB6619489-
CMYK0.6600.540.24
HSL130.78º51.2%50.98%-
HSV(B)130.78º65.98%76.08%-
XYZ23.3440.4616.03-
YUV143.7697.0972.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 194 (76.17% from 255) = 55.59%
BLUE value IS 89 (35.16% from 255) = 25.50%
R=18.91%
G=55.59%
B=25.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal66194890.6600.540.24130.7851.250.98
Hex42C2594203618833333
Octal102302131102066302036363
Binary1000010110000101011001100001001101101100010000011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,194,89); }

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

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

 a { background-color: rgb(66,194,89); }

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

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

 span { border-color: rgb(66,194,89); }

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