Html Css Color HEX #429B40 Fruit Salad

📋 copy color: '#429B40'

red 66 ◦ green 155 ◦ blue 64

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

Shades of Fruit Salad #429B40

Tints of Fruit Salad #429B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 54.39%

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 23.16%
G = 54.39%
B = 22.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#429B40 (or 0x429B40) is known color: Fruit Salad. HEX triplet: 42, 9B and 40. RGB value is (66,155,64). Sum of RGB (Red+Green+Blue) = 66+155+64=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #429B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429B40 is #BD64BF. Grayscale: #767676. Windows color (decimal): -12412096 or 4234050. OLE color: 4234050.

HSL color Cylindrical-coordinate representation of color #429B40: hue angle of 118.68º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #429B40 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 155 64 -
CMYK 0.57 0 0.59 0.39
HSL 118.68º 0.42% 0.43% -
HSV(B) 118.68º 0.59% 0.61% -
XYZ 14.89 24.97 8.89 -
YUV 118.02 97.51 90.9 -
System Red Green Blue C M Y K H S L
Decimal 66 155 64 0.57 0 0.59 0.39 118.68 0.42 0.43
Hex 42 9B 40 39 0 3B 27 77 2A 2B
Octal 102 233 100 71 0 73 47 167 52 53
Binary 1000010 10011011 1000000 111001 0 111011 100111 1110111 101010 101011

Color Harmonies of #429B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B40

Black with #429B40

Text Example


Text Example

White with #429B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,155,64); }

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

background-color css

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

 a { background-color: rgb(66,155,64); }

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

border-color css

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

 span { border-color: rgb(66,155,64); }

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