Html Css Color HEX #42A63A Fruit Salad

📋 copy color: '#42A63A'

red 66 ◦ green 166 ◦ blue 58

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

Shades of Fruit Salad #42A63A

Tints of Fruit Salad #42A63A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 57.24%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 22.76%
G = 57.24%
B = 20%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#42A63A (or 0x42A63A) is known color: Fruit Salad. HEX triplet: 42, A6 and 3A. RGB value is (66,166,58). Sum of RGB (Red+Green+Blue) = 66+166+58=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 166 (65.23% from 255 or 57.24% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 166 - color contains mainly: green. Hex color #42A63A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A63A is #BD59C5. Grayscale: #7C7C7C. Windows color (decimal): -12409286 or 3843650. OLE color: 3843650.

HSL color Cylindrical-coordinate representation of color #42A63A: hue angle of 115.56º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42A63A is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 166 58 -
CMYK 0.60 0 0.65 0.35
HSL 115.56º 0.48% 0.44% -
HSV(B) 115.56º 0.65% 0.65% -
XYZ 16.65 28.74 8.67 -
YUV 123.79 90.87 86.78 -
System Red Green Blue C M Y K H S L
Decimal 66 166 58 0.60 0 0.65 0.35 115.56 0.48 0.44
Hex 42 A6 3A 3C 0 41 23 74 30 2C
Octal 102 246 72 74 0 101 43 164 60 54
Binary 1000010 10100110 111010 111100 0 1000001 100011 1110100 110000 101100

Color Harmonies of #42A63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A63A

Black with #42A63A

Text Example


Text Example

White with #42A63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,166,58); }

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

background-color css

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

 a { background-color: rgb(66,166,58); }

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

border-color css

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

 span { border-color: rgb(66,166,58); }

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