Html Css Color HEX #42C15A Fruit Salad

📋 copy color: '#42C15A'

red 66 ◦ green 193 ◦ blue 90

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

Shades of Fruit Salad #42C15A

Tints of Fruit Salad #42C15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 18.91%
G = 55.3%
B = 25.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#42C15A (or 0x42C15A) is known color: Fruit Salad. HEX triplet: 42, C1 and 5A. RGB value is (66,193,90). Sum of RGB (Red+Green+Blue) = 66+193+90=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #42C15A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C15A is #BD3EA5. Grayscale: #8F8F8F. Windows color (decimal): -12402342 or 5947714. OLE color: 5947714.

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

Color convert

RGB 66 193 90 -
CMYK 0.66 0 0.53 0.24
HSL 131.34º 0.51% 0.51% -
HSV(B) 131.34º 0.66% 0.76% -
XYZ 23.16 40.04 16.18 -
YUV 143.29 97.92 72.88 -
System Red Green Blue C M Y K H S L
Decimal 66 193 90 0.66 0 0.53 0.24 131.34 0.51 0.51
Hex 42 C1 5A 42 0 35 18 83 33 33
Octal 102 301 132 102 0 65 30 203 63 63
Binary 1000010 11000001 1011010 1000010 0 110101 11000 10000011 110011 110011

Color Harmonies of #42C15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C15A

Black with #42C15A

Text Example


Text Example

White with #42C15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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