Html Css Color HEX #428E40 Fruit Salad

📋 copy color: '#428E40'

red 66 ◦ green 142 ◦ blue 64

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

Shades of Fruit Salad #428E40

Tints of Fruit Salad #428E40

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.21%

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

R = 24.26%
G = 52.21%
B = 23.53%

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

#428E40 (or 0x428E40) is known color: Fruit Salad. HEX triplet: 42, 8E and 40. RGB value is (66,142,64). Sum of RGB (Red+Green+Blue) = 66+142+64=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #428E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E40 is #BD71BF. Grayscale: #6E6E6E. Windows color (decimal): -12415424 or 4230722. OLE color: 4230722.

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

Color convert

RGB 66 142 64 -
CMYK 0.54 0 0.55 0.44
HSL 118.46º 0.38% 0.4% -
HSV(B) 118.46º 0.55% 0.56% -
XYZ 12.85 20.87 8.2 -
YUV 110.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 66 142 64 0.54 0 0.55 0.44 118.46 0.38 0.4
Hex 42 8E 40 36 0 37 2C 76 26 28
Octal 102 216 100 66 0 67 54 166 46 50
Binary 1000010 10001110 1000000 110110 0 110111 101100 1110110 100110 101000

Color Harmonies of #428E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428E40

Black with #428E40

Text Example


Text Example

White with #428E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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