Html Css Color HEX #429D4E Fruit Salad

📋 copy color: '#429D4E'

red 66 ◦ green 157 ◦ blue 78

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

Shades of Fruit Salad #429D4E

Tints of Fruit Salad #429D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 21.93%
G = 52.16%
B = 25.91%

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

#429D4E (or 0x429D4E) is known color: Fruit Salad. HEX triplet: 42, 9D and 4E. RGB value is (66,157,78). Sum of RGB (Red+Green+Blue) = 66+157+78=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #429D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D4E is #BD62B1. Grayscale: #797979. Windows color (decimal): -12411570 or 5152066. OLE color: 5152066.

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

Color convert

RGB 66 157 78 -
CMYK 0.58 0 0.50 0.38
HSL 127.91º 0.41% 0.44% -
HSV(B) 127.91º 0.58% 0.62% -
XYZ 15.68 25.82 11.37 -
YUV 120.79 103.85 88.92 -
System Red Green Blue C M Y K H S L
Decimal 66 157 78 0.58 0 0.50 0.38 127.91 0.41 0.44
Hex 42 9D 4E 3A 0 32 26 80 29 2C
Octal 102 235 116 72 0 62 46 200 51 54
Binary 1000010 10011101 1001110 111010 0 110010 100110 10000000 101001 101100

Color Harmonies of #429D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D4E

Black with #429D4E

Text Example


Text Example

White with #429D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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