Html Css Color HEX #428D42 Fruit Salad

📋 copy color: '#428D42'

red 66 ◦ green 141 ◦ blue 66

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

Shades of Fruit Salad #428D42

Tints of Fruit Salad #428D42

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.65%

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

R = 24.18%
G = 51.65%
B = 24.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#428D42 (or 0x428D42) is known color: Fruit Salad. HEX triplet: 42, 8D and 42. RGB value is (66,141,66). Sum of RGB (Red+Green+Blue) = 66+141+66=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #428D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D42 is #BD72BD. Grayscale: #6E6E6E. Windows color (decimal): -12415678 or 4361538. OLE color: 4361538.

HSL color Cylindrical-coordinate representation of color #428D42: hue angle of 120º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D42 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 66 -
CMYK 0.53 0 0.53 0.45
HSL 120º 0.36% 0.41% -
HSV(B) 120º 0.53% 0.55% -
XYZ 12.76 20.6 8.46 -
YUV 110.03 103.15 96.6 -
System Red Green Blue C M Y K H S L
Decimal 66 141 66 0.53 0 0.53 0.45 120 0.36 0.41
Hex 42 8D 42 35 0 35 2D 78 24 29
Octal 102 215 102 65 0 65 55 170 44 51
Binary 1000010 10001101 1000010 110101 0 110101 101101 1111000 100100 101001

Color Harmonies of #428D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D42

Black with #428D42

Text Example


Text Example

White with #428D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,141,66); }

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

background-color css

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

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

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

border-color css

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

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

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