Html Css Color HEX #42C159 Fruit Salad

📋 copy color: '#42C159'

red 66 ◦ green 193 ◦ blue 89

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

Shades of Fruit Salad #42C159

Tints of Fruit Salad #42C159

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.46%

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

R = 18.97%
G = 55.46%
B = 25.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#42C159 (or 0x42C159) is known color: Fruit Salad. HEX triplet: 42, C1 and 59. RGB value is (66,193,89). Sum of RGB (Red+Green+Blue) = 66+193+89=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #42C159 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C159 is #BD3EA6. Grayscale: #8F8F8F. Windows color (decimal): -12402343 or 5882178. OLE color: 5882178.

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

Color convert

RGB 66 193 89 -
CMYK 0.66 0 0.54 0.24
HSL 130.87º 0.51% 0.51% -
HSV(B) 130.87º 0.66% 0.76% -
XYZ 23.12 40.02 15.96 -
YUV 143.17 97.42 72.96 -
System Red Green Blue C M Y K H S L
Decimal 66 193 89 0.66 0 0.54 0.24 130.87 0.51 0.51
Hex 42 C1 59 42 0 36 18 83 33 33
Octal 102 301 131 102 0 66 30 203 63 63
Binary 1000010 11000001 1011001 1000010 0 110110 11000 10000011 110011 110011

Color Harmonies of #42C159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C159

Black with #42C159

Text Example


Text Example

White with #42C159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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