Html Css Color HEX #42B949 Fruit Salad

📋 copy color: '#42B949'

red 66 ◦ green 185 ◦ blue 73

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

Shades of Fruit Salad #42B949

Tints of Fruit Salad #42B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.1%

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 20.37%
G = 57.1%
B = 22.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#42B949 (or 0x42B949) is known color: Fruit Salad. HEX triplet: 42, B9 and 49. RGB value is (66,185,73). Sum of RGB (Red+Green+Blue) = 66+185+73=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #42B949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B949 is #BD46B6. Grayscale: #888888. Windows color (decimal): -12404407 or 4831554. OLE color: 4831554.

HSL color Cylindrical-coordinate representation of color #42B949: hue angle of 123.53º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B949 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 185 73 -
CMYK 0.64 0 0.61 0.27
HSL 123.53º 0.47% 0.49% -
HSV(B) 123.53º 0.64% 0.73% -
XYZ 20.8 36.34 12.22 -
YUV 136.65 92.08 77.61 -
System Red Green Blue C M Y K H S L
Decimal 66 185 73 0.64 0 0.61 0.27 123.53 0.47 0.49
Hex 42 B9 49 40 0 3D 1B 7C 2F 31
Octal 102 271 111 100 0 75 33 174 57 61
Binary 1000010 10111001 1001001 1000000 0 111101 11011 1111100 101111 110001

Color Harmonies of #42B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B949

Black with #42B949

Text Example


Text Example

White with #42B949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,185,73); }

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

background-color css

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

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

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

border-color css

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

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

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