Html Css Color HEX #429840 Fruit Salad

📋 copy color: '#429840'

red 66 ◦ green 152 ◦ blue 64

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

Shades of Fruit Salad #429840

Tints of Fruit Salad #429840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.9%

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

R = 23.4%
G = 53.9%
B = 22.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#429840 (or 0x429840) is known color: Fruit Salad. HEX triplet: 42, 98 and 40. RGB value is (66,152,64). Sum of RGB (Red+Green+Blue) = 66+152+64=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #429840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429840 is #BD67BF. Grayscale: #747474. Windows color (decimal): -12412864 or 4233282. OLE color: 4233282.

HSL color Cylindrical-coordinate representation of color #429840: hue angle of 118.64º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429840 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 64 -
CMYK 0.57 0 0.58 0.40
HSL 118.64º 0.41% 0.42% -
HSV(B) 118.64º 0.58% 0.6% -
XYZ 14.4 23.98 8.72 -
YUV 116.25 98.51 92.16 -
System Red Green Blue C M Y K H S L
Decimal 66 152 64 0.57 0 0.58 0.40 118.64 0.41 0.42
Hex 42 98 40 39 0 3A 28 77 29 2A
Octal 102 230 100 71 0 72 50 167 51 52
Binary 1000010 10011000 1000000 111001 0 111010 101000 1110111 101001 101010

Color Harmonies of #429840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429840

Black with #429840

Text Example


Text Example

White with #429840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429840; }

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

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

background-color css

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

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

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

border-color css

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

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

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