Html Css Color HEX #42A839 Fruit Salad

📋 copy color: '#42A839'

red 66 ◦ green 168 ◦ blue 57

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

Shades of Fruit Salad #42A839

Tints of Fruit Salad #42A839

RGB

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

 GREEN value IS 168 (66.02% from 255) = 57.73%

 BLUE value IS 57 (22.66% from 255) = 19.59%

R = 22.68%
G = 57.73%
B = 19.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#42A839 (or 0x42A839) is known color: Fruit Salad. HEX triplet: 42, A8 and 39. RGB value is (66,168,57). Sum of RGB (Red+Green+Blue) = 66+168+57=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 168 (66.02% from 255 or 57.73% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 168 - color contains mainly: green. Hex color #42A839 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A839 is #BD57C6. Grayscale: #7D7D7D. Windows color (decimal): -12408775 or 3778626. OLE color: 3778626.

HSL color Cylindrical-coordinate representation of color #42A839: hue angle of 115.14º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42A839 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 168 57 -
CMYK 0.61 0 0.66 0.34
HSL 115.14º 0.49% 0.44% -
HSV(B) 115.14º 0.66% 0.66% -
XYZ 16.99 29.46 8.66 -
YUV 124.85 89.71 86.03 -
System Red Green Blue C M Y K H S L
Decimal 66 168 57 0.61 0 0.66 0.34 115.14 0.49 0.44
Hex 42 A8 39 3D 0 42 22 73 31 2C
Octal 102 250 71 75 0 102 42 163 61 54
Binary 1000010 10101000 111001 111101 0 1000010 100010 1110011 110001 101100

Color Harmonies of #42A839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A839

Black with #42A839

Text Example


Text Example

White with #42A839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,168,57); }

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

background-color css

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

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

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

border-color css

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

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

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