Html Css Color HEX #429D4F Fruit Salad

📋 copy color: '#429D4F'

red 66 ◦ green 157 ◦ blue 79

#429D4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #429D4F

Tints of Fruit Salad #429D4F

RGB

 RED value IS 66 (26.17% from 255) = 21.85%

 GREEN value IS 157 (61.72% from 255) = 51.99%

 BLUE value IS 79 (31.25% from 255) = 26.16%

R = 21.85%
G = 51.99%
B = 26.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#429D4F (or 0x429D4F) is known color: Fruit Salad. HEX triplet: 42, 9D and 4F. RGB value is (66,157,79). Sum of RGB (Red+Green+Blue) = 66+157+79=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #429D4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D4F is #BD62B0. Grayscale: #797979. Windows color (decimal): -12411569 or 5217602. OLE color: 5217602.

HSL color Cylindrical-coordinate representation of color #429D4F: hue angle of 128.57º 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 #429D4F is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 157 79 -
CMYK 0.58 0 0.50 0.38
HSL 128.57º 0.41% 0.44% -
HSV(B) 128.57º 0.58% 0.62% -
XYZ 15.72 25.84 11.56 -
YUV 120.9 104.35 88.84 -
System Red Green Blue C M Y K H S L
Decimal 66 157 79 0.58 0 0.50 0.38 128.57 0.41 0.44
Hex 42 9D 4F 3A 0 32 26 81 29 2C
Octal 102 235 117 72 0 62 46 201 51 54
Binary 1000010 10011101 1001111 111010 0 110010 100110 10000001 101001 101100

Color Harmonies of #429D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D4F

Black with #429D4F

Text Example


Text Example

White with #429D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,157,79); }

 H1.HeaderClassName
 {
   color: #429D4F;
 }
 .AnyTagClassName
 {
   color: #429D4F;
 }
</style>

background-color css

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

 a { background-color: rgb(66,157,79); }

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

border-color css

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

 span { border-color: rgb(66,157,79); }

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