Html Css Color HEX #429F3C Fruit Salad

📋 copy color: '#429F3C'

red 66 ◦ green 159 ◦ blue 60

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

Shades of Fruit Salad #429F3C

Tints of Fruit Salad #429F3C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 55.79%

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 23.16%
G = 55.79%
B = 21.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#429F3C (or 0x429F3C) is known color: Fruit Salad. HEX triplet: 42, 9F and 3C. RGB value is (66,159,60). Sum of RGB (Red+Green+Blue) = 66+159+60=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #429F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429F3C is #BD60C3. Grayscale: #787878. Windows color (decimal): -12411076 or 3972930. OLE color: 3972930.

HSL color Cylindrical-coordinate representation of color #429F3C: hue angle of 116.36º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #429F3C is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 159 60 -
CMYK 0.58 0 0.62 0.38
HSL 116.36º 0.45% 0.43% -
HSV(B) 116.36º 0.62% 0.62% -
XYZ 15.46 26.28 8.53 -
YUV 119.91 94.19 89.55 -
System Red Green Blue C M Y K H S L
Decimal 66 159 60 0.58 0 0.62 0.38 116.36 0.45 0.43
Hex 42 9F 3C 3A 0 3E 26 74 2D 2B
Octal 102 237 74 72 0 76 46 164 55 53
Binary 1000010 10011111 111100 111010 0 111110 100110 1110100 101101 101011

Color Harmonies of #429F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F3C

Black with #429F3C

Text Example


Text Example

White with #429F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,159,60); }

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

background-color css

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

 a { background-color: rgb(66,159,60); }

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

border-color css

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

 span { border-color: rgb(66,159,60); }

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