Html Css Color HEX #429D4C Fruit Salad

📋 copy color: '#429D4C'

red 66 ◦ green 157 ◦ blue 76

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

Shades of Fruit Salad #429D4C

Tints of Fruit Salad #429D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.42%

R = 22.07%
G = 52.51%
B = 25.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#429D4C (or 0x429D4C) is known color: Fruit Salad. HEX triplet: 42, 9D and 4C. RGB value is (66,157,76). Sum of RGB (Red+Green+Blue) = 66+157+76=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #429D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D4C is #BD62B3. Grayscale: #787878. Windows color (decimal): -12411572 or 5020994. OLE color: 5020994.

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

Color convert

RGB 66 157 76 -
CMYK 0.58 0 0.52 0.38
HSL 126.59º 0.41% 0.44% -
HSV(B) 126.59º 0.58% 0.62% -
XYZ 15.61 25.79 10.99 -
YUV 120.56 102.85 89.09 -
System Red Green Blue C M Y K H S L
Decimal 66 157 76 0.58 0 0.52 0.38 126.59 0.41 0.44
Hex 42 9D 4C 3A 0 34 26 7F 29 2C
Octal 102 235 114 72 0 64 46 177 51 54
Binary 1000010 10011101 1001100 111010 0 110100 100110 1111111 101001 101100

Color Harmonies of #429D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D4C

Black with #429D4C

Text Example


Text Example

White with #429D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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