#429E4E

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

Shades of Fruit Salad #429E4E

Tints of Fruit Salad #429E4E

Color information

#429E4E (or 0x429E4E) is unknown color: approx Fruit Salad. HEX triplet: 42, 9E and 4E. RGB value is (66,158,78). Sum of RGB (Red+Green+Blue) = 66+158+78=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #429E4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429E4E is #BD61B1. Grayscale: #797979. Windows color (decimal): -12411314 or 5152322. OLE color: 5152322.

HSL color Cylindrical-coordinate representation of color #429E4E: hue angle of 127.83º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429E4E is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB6615878-
CMYK0.5800.510.38
HSL127.83º41.07%43.92%-
HSV(B)127.83º58.23%61.96%-
XYZ15.8526.1611.42-
YUV121.37103.5288.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 158 (62.11% from 255) = 52.32%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=21.85%
G=52.32%
B=25.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66158780.5800.510.38127.8341.0743.92
Hex429E4E3A0332680292c
Octal10223611672063462005154
Binary1000010100111101001110111010011001110011010000000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429E4E; }

 p { color: rgb(66,158,78); }

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

<style>
 a { background-color: #429E4E; }

 a { background-color: rgb(66,158,78); }

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

<style>
 span { border-color: #429E4E; }

 span { border-color: rgb(66,158,78); }

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