Html Css Color HEX #42A645 Fruit Salad

📋 copy color: '#42A645'

red 66 ◦ green 166 ◦ blue 69

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

Shades of Fruit Salad #42A645

Tints of Fruit Salad #42A645

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.15%

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 21.93%
G = 55.15%
B = 22.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#42A645 (or 0x42A645) is known color: Fruit Salad. HEX triplet: 42, A6 and 45. RGB value is (66,166,69). Sum of RGB (Red+Green+Blue) = 66+166+69=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #42A645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A645 is #BD59BA. Grayscale: #7D7D7D. Windows color (decimal): -12409275 or 4564546. OLE color: 4564546.

HSL color Cylindrical-coordinate representation of color #42A645: hue angle of 121.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A645 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 166 69 -
CMYK 0.60 0 0.58 0.35
HSL 121.8º 0.43% 0.45% -
HSV(B) 121.8º 0.6% 0.65% -
XYZ 16.96 28.86 10.31 -
YUV 125.04 96.37 85.89 -
System Red Green Blue C M Y K H S L
Decimal 66 166 69 0.60 0 0.58 0.35 121.8 0.43 0.45
Hex 42 A6 45 3C 0 3A 23 7A 2B 2D
Octal 102 246 105 74 0 72 43 172 53 55
Binary 1000010 10100110 1000101 111100 0 111010 100011 1111010 101011 101101

Color Harmonies of #42A645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A645

Black with #42A645

Text Example


Text Example

White with #42A645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A645; }

 p { color: rgb(66,166,69); }

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

background-color css

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

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

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

border-color css

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

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

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