Html Css Color HEX #42C150 Fruit Salad

📋 copy color: '#42C150'

red 66 ◦ green 193 ◦ blue 80

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

Shades of Fruit Salad #42C150

Tints of Fruit Salad #42C150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.6%

R = 19.47%
G = 56.93%
B = 23.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#42C150 (or 0x42C150) is known color: Fruit Salad. HEX triplet: 42, C1 and 50. RGB value is (66,193,80). Sum of RGB (Red+Green+Blue) = 66+193+80=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #42C150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C150 is #BD3EAF. Grayscale: #8E8E8E. Windows color (decimal): -12402352 or 5292354. OLE color: 5292354.

HSL color Cylindrical-coordinate representation of color #42C150: hue angle of 126.61º 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 #42C150 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 193 80 -
CMYK 0.66 0 0.59 0.24
HSL 126.61º 0.51% 0.51% -
HSV(B) 126.61º 0.66% 0.76% -
XYZ 22.76 39.88 14.09 -
YUV 142.15 92.92 73.69 -
System Red Green Blue C M Y K H S L
Decimal 66 193 80 0.66 0 0.59 0.24 126.61 0.51 0.51
Hex 42 C1 50 42 0 3B 18 7F 33 33
Octal 102 301 120 102 0 73 30 177 63 63
Binary 1000010 11000001 1010000 1000010 0 111011 11000 1111111 110011 110011

Color Harmonies of #42C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C150

Black with #42C150

Text Example


Text Example

White with #42C150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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