Html Css Color HEX #428F40 Fruit Salad

📋 copy color: '#428F40'

red 66 ◦ green 143 ◦ blue 64

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

Shades of Fruit Salad #428F40

Tints of Fruit Salad #428F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52.38%

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

R = 24.18%
G = 52.38%
B = 23.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#428F40 (or 0x428F40) is known color: Fruit Salad. HEX triplet: 42, 8F and 40. RGB value is (66,143,64). Sum of RGB (Red+Green+Blue) = 66+143+64=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #428F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428F40 is #BD70BF. Grayscale: #6F6F6F. Windows color (decimal): -12415168 or 4230978. OLE color: 4230978.

HSL color Cylindrical-coordinate representation of color #428F40: hue angle of 118.48º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428F40 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 143 64 -
CMYK 0.54 0 0.55 0.44
HSL 118.48º 0.38% 0.41% -
HSV(B) 118.48º 0.55% 0.56% -
XYZ 12.99 21.17 8.25 -
YUV 110.97 101.49 95.92 -
System Red Green Blue C M Y K H S L
Decimal 66 143 64 0.54 0 0.55 0.44 118.48 0.38 0.41
Hex 42 8F 40 36 0 37 2C 76 26 29
Octal 102 217 100 66 0 67 54 166 46 51
Binary 1000010 10001111 1000000 110110 0 110111 101100 1110110 100110 101001

Color Harmonies of #428F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F40

Black with #428F40

Text Example


Text Example

White with #428F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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