Html Css Color HEX #42A241 Fruit Salad

📋 copy color: '#42A241'

red 66 ◦ green 162 ◦ blue 65

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

Shades of Fruit Salad #42A241

Tints of Fruit Salad #42A241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.29%

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 22.53%
G = 55.29%
B = 22.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#42A241 (or 0x42A241) is known color: Fruit Salad. HEX triplet: 42, A2 and 41. RGB value is (66,162,65). Sum of RGB (Red+Green+Blue) = 66+162+65=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #42A241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A241 is #BD5DBE. Grayscale: #7A7A7A. Windows color (decimal): -12410303 or 4301378. OLE color: 4301378.

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

Color convert

RGB 66 162 65 -
CMYK 0.59 0 0.60 0.36
HSL 119.38º 0.43% 0.45% -
HSV(B) 119.38º 0.6% 0.64% -
XYZ 16.12 27.38 9.44 -
YUV 122.24 95.7 87.89 -
System Red Green Blue C M Y K H S L
Decimal 66 162 65 0.59 0 0.60 0.36 119.38 0.43 0.45
Hex 42 A2 41 3B 0 3C 24 77 2B 2D
Octal 102 242 101 73 0 74 44 167 53 55
Binary 1000010 10100010 1000001 111011 0 111100 100100 1110111 101011 101101

Color Harmonies of #42A241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A241

Black with #42A241

Text Example


Text Example

White with #42A241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,162,65); }

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

background-color css

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

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

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

border-color css

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

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

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