Html Css Color HEX #42C550 Fruit Salad

📋 copy color: '#42C550'

red 66 ◦ green 197 ◦ blue 80

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

Shades of Fruit Salad #42C550

Tints of Fruit Salad #42C550

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.43%

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

R = 19.24%
G = 57.43%
B = 23.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#42C550 (or 0x42C550) is known color: Fruit Salad. HEX triplet: 42, C5 and 50. RGB value is (66,197,80). Sum of RGB (Red+Green+Blue) = 66+197+80=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #42C550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C550 is #BD3AAF. Grayscale: #909090. Windows color (decimal): -12401328 or 5293378. OLE color: 5293378.

HSL color Cylindrical-coordinate representation of color #42C550: hue angle of 126.41º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C550 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 197 80 -
CMYK 0.66 0 0.59 0.23
HSL 126.41º 0.53% 0.52% -
HSV(B) 126.41º 0.66% 0.77% -
XYZ 23.66 41.67 14.39 -
YUV 144.49 91.6 72.01 -
System Red Green Blue C M Y K H S L
Decimal 66 197 80 0.66 0 0.59 0.23 126.41 0.53 0.52
Hex 42 C5 50 42 0 3B 17 7E 35 34
Octal 102 305 120 102 0 73 27 176 65 64
Binary 1000010 11000101 1010000 1000010 0 111011 10111 1111110 110101 110100

Color Harmonies of #42C550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C550

Black with #42C550

Text Example


Text Example

White with #42C550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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