Html Css Color HEX #42C059 Fruit Salad

📋 copy color: '#42C059'

red 66 ◦ green 192 ◦ blue 89

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

Shades of Fruit Salad #42C059

Tints of Fruit Salad #42C059

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.33%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 19.02%
G = 55.33%
B = 25.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#42C059 (or 0x42C059) is known color: Fruit Salad. HEX triplet: 42, C0 and 59. RGB value is (66,192,89). Sum of RGB (Red+Green+Blue) = 66+192+89=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #42C059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C059 is #BD3FA6. Grayscale: #8E8E8E. Windows color (decimal): -12402599 or 5881922. OLE color: 5881922.

HSL color Cylindrical-coordinate representation of color #42C059: hue angle of 130.95º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C059 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 89 -
CMYK 0.66 0 0.54 0.25
HSL 130.95º 0.5% 0.51% -
HSV(B) 130.95º 0.66% 0.75% -
XYZ 22.9 39.58 15.88 -
YUV 142.58 97.76 73.38 -
System Red Green Blue C M Y K H S L
Decimal 66 192 89 0.66 0 0.54 0.25 130.95 0.5 0.51
Hex 42 C0 59 42 0 36 19 83 32 33
Octal 102 300 131 102 0 66 31 203 62 63
Binary 1000010 11000000 1011001 1000010 0 110110 11001 10000011 110010 110011

Color Harmonies of #42C059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C059

Black with #42C059

Text Example


Text Example

White with #42C059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,192,89); }

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

background-color css

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

 a { background-color: rgb(66,192,89); }

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

border-color css

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

 span { border-color: rgb(66,192,89); }

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