#42C25A

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

Shades of Fruit Salad #42C25A

Tints of Fruit Salad #42C25A

Color information

#42C25A (or 0x42C25A) is unknown color: approx Fruit Salad. HEX triplet: 42, C2 and 5A. RGB value is (66,194,90). Sum of RGB (Red+Green+Blue) = 66+194+90=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #42C25A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C25A is #BD3DA5. Grayscale: #909090. Windows color (decimal): -12402086 or 5947970. OLE color: 5947970.

HSL color Cylindrical-coordinate representation of color #42C25A: hue angle of 131.25º 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 #42C25A is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB6619490-
CMYK0.6600.540.24
HSL131.25º51.2%50.98%-
HSV(B)131.25º65.98%76.08%-
XYZ23.3840.4816.25-
YUV143.8797.5972.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.86%
GREEN value IS 194 (76.17% from 255) = 55.43%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=18.86%
G=55.43%
B=25.71%

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
Decimal66194900.6600.540.24131.2551.250.98
Hex42C25A4203618833333
Octal102302132102066302036363
Binary1000010110000101011010100001001101101100010000011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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