Html Css Color HEX #42C458 Fruit Salad

📋 copy color: '#42C458'

red 66 ◦ green 196 ◦ blue 88

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

Shades of Fruit Salad #42C458

Tints of Fruit Salad #42C458

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56%

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

R = 18.86%
G = 56%
B = 25.14%

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

#42C458 (or 0x42C458) is known color: Fruit Salad. HEX triplet: 42, C4 and 58. RGB value is (66,196,88). Sum of RGB (Red+Green+Blue) = 66+196+88=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #42C458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C458 is #BD3BA7. Grayscale: #919191. Windows color (decimal): -12401576 or 5817410. OLE color: 5817410.

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

Color convert

RGB 66 196 88 -
CMYK 0.66 0 0.55 0.23
HSL 130.15º 0.52% 0.51% -
HSV(B) 130.15º 0.66% 0.77% -
XYZ 23.75 41.34 15.96 -
YUV 144.82 95.93 71.78 -
System Red Green Blue C M Y K H S L
Decimal 66 196 88 0.66 0 0.55 0.23 130.15 0.52 0.51
Hex 42 C4 58 42 0 37 17 82 34 33
Octal 102 304 130 102 0 67 27 202 64 63
Binary 1000010 11000100 1011000 1000010 0 110111 10111 10000010 110100 110011

Color Harmonies of #42C458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C458

Black with #42C458

Text Example


Text Example

White with #42C458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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