Html Css Color HEX #429E4D Fruit Salad

📋 copy color: '#429E4D'

red 66 ◦ green 158 ◦ blue 77

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

Shades of Fruit Salad #429E4D

Tints of Fruit Salad #429E4D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.49%

 BLUE value IS 77 (30.47% from 255) = 25.58%

R = 21.93%
G = 52.49%
B = 25.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#429E4D (or 0x429E4D) is known color: Fruit Salad. HEX triplet: 42, 9E and 4D. RGB value is (66,158,77). Sum of RGB (Red+Green+Blue) = 66+158+77=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #429E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429E4D is #BD61B2. Grayscale: #797979. Windows color (decimal): -12411315 or 5086786. OLE color: 5086786.

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

Color convert

RGB 66 158 77 -
CMYK 0.58 0 0.51 0.38
HSL 127.17º 0.41% 0.44% -
HSV(B) 127.17º 0.58% 0.62% -
XYZ 15.81 26.15 11.23 -
YUV 121.26 103.02 88.59 -
System Red Green Blue C M Y K H S L
Decimal 66 158 77 0.58 0 0.51 0.38 127.17 0.41 0.44
Hex 42 9E 4D 3A 0 33 26 7F 29 2C
Octal 102 236 115 72 0 63 46 177 51 54
Binary 1000010 10011110 1001101 111010 0 110011 100110 1111111 101001 101100

Color Harmonies of #429E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429E4D

Black with #429E4D

Text Example


Text Example

White with #429E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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