Html Css Color HEX #42C558 Fruit Salad

📋 copy color: '#42C558'

red 66 ◦ green 197 ◦ blue 88

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

Shades of Fruit Salad #42C558

Tints of Fruit Salad #42C558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 18.8%
G = 56.13%
B = 25.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#42C558 (or 0x42C558) is known color: Fruit Salad. HEX triplet: 42, C5 and 58. RGB value is (66,197,88). Sum of RGB (Red+Green+Blue) = 66+197+88=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #42C558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C558 is #BD3AA7. Grayscale: #919191. Windows color (decimal): -12401320 or 5817666. OLE color: 5817666.

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

Color convert

RGB 66 197 88 -
CMYK 0.66 0 0.55 0.23
HSL 130.08º 0.53% 0.52% -
HSV(B) 130.08º 0.66% 0.77% -
XYZ 23.97 41.8 16.04 -
YUV 145.41 95.6 71.36 -
System Red Green Blue C M Y K H S L
Decimal 66 197 88 0.66 0 0.55 0.23 130.08 0.53 0.52
Hex 42 C5 58 42 0 37 17 82 35 34
Octal 102 305 130 102 0 67 27 202 65 64
Binary 1000010 11000101 1011000 1000010 0 110111 10111 10000010 110101 110100

Color Harmonies of #42C558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C558

Black with #42C558

Text Example


Text Example

White with #42C558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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