Html Css Color HEX #42BC49 Fruit Salad

📋 copy color: '#42BC49'

red 66 ◦ green 188 ◦ blue 73

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

Shades of Fruit Salad #42BC49

Tints of Fruit Salad #42BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.49%

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

R = 20.18%
G = 57.49%
B = 22.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#42BC49 (or 0x42BC49) is known color: Fruit Salad. HEX triplet: 42, BC and 49. RGB value is (66,188,73). Sum of RGB (Red+Green+Blue) = 66+188+73=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC49 is #BD43B6. Grayscale: #8A8A8A. Windows color (decimal): -12403639 or 4832322. OLE color: 4832322.

HSL color Cylindrical-coordinate representation of color #42BC49: hue angle of 123.44º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC49 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 188 73 -
CMYK 0.65 0 0.61 0.26
HSL 123.44º 0.48% 0.5% -
HSV(B) 123.44º 0.65% 0.74% -
XYZ 21.43 37.61 12.43 -
YUV 138.41 91.08 76.35 -
System Red Green Blue C M Y K H S L
Decimal 66 188 73 0.65 0 0.61 0.26 123.44 0.48 0.5
Hex 42 BC 49 41 0 3D 1A 7B 30 32
Octal 102 274 111 101 0 75 32 173 60 62
Binary 1000010 10111100 1001001 1000001 0 111101 11010 1111011 110000 110010

Color Harmonies of #42BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC49

Black with #42BC49

Text Example


Text Example

White with #42BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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