Html Css Color HEX #429D46 Fruit Salad

📋 copy color: '#429D46'

red 66 ◦ green 157 ◦ blue 70

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

Shades of Fruit Salad #429D46

Tints of Fruit Salad #429D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 22.53%
G = 53.58%
B = 23.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#429D46 (or 0x429D46) is known color: Fruit Salad. HEX triplet: 42, 9D and 46. RGB value is (66,157,70). Sum of RGB (Red+Green+Blue) = 66+157+70=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #429D46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D46 is #BD62B9. Grayscale: #787878. Windows color (decimal): -12411578 or 4627778. OLE color: 4627778.

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

Color convert

RGB 66 157 70 -
CMYK 0.58 0 0.55 0.38
HSL 122.64º 0.41% 0.44% -
HSV(B) 122.64º 0.58% 0.62% -
XYZ 15.41 25.71 9.95 -
YUV 119.87 99.85 89.57 -
System Red Green Blue C M Y K H S L
Decimal 66 157 70 0.58 0 0.55 0.38 122.64 0.41 0.44
Hex 42 9D 46 3A 0 37 26 7B 29 2C
Octal 102 235 106 72 0 67 46 173 51 54
Binary 1000010 10011101 1000110 111010 0 110111 100110 1111011 101001 101100

Color Harmonies of #429D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D46

Black with #429D46

Text Example


Text Example

White with #429D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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