Html Css Color HEX #42C154 Fruit Salad

📋 copy color: '#42C154'

red 66 ◦ green 193 ◦ blue 84

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

Shades of Fruit Salad #42C154

Tints of Fruit Salad #42C154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.49%

R = 19.24%
G = 56.27%
B = 24.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#42C154 (or 0x42C154) is known color: Fruit Salad. HEX triplet: 42, C1 and 54. RGB value is (66,193,84). Sum of RGB (Red+Green+Blue) = 66+193+84=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #42C154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C154 is #BD3EAB. Grayscale: #8E8E8E. Windows color (decimal): -12402348 or 5554498. OLE color: 5554498.

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

Color convert

RGB 66 193 84 -
CMYK 0.66 0 0.56 0.24
HSL 128.5º 0.51% 0.51% -
HSV(B) 128.5º 0.66% 0.76% -
XYZ 22.92 39.94 14.89 -
YUV 142.6 94.92 73.36 -
System Red Green Blue C M Y K H S L
Decimal 66 193 84 0.66 0 0.56 0.24 128.5 0.51 0.51
Hex 42 C1 54 42 0 38 18 81 33 33
Octal 102 301 124 102 0 70 30 201 63 63
Binary 1000010 11000001 1010100 1000010 0 111000 11000 10000001 110011 110011

Color Harmonies of #42C154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C154

Black with #42C154

Text Example


Text Example

White with #42C154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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