Html Css Color HEX #42A351 Fruit Salad

📋 copy color: '#42A351'

red 66 ◦ green 163 ◦ blue 81

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

Shades of Fruit Salad #42A351

Tints of Fruit Salad #42A351

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.58%

 BLUE value IS 81 (32.03% from 255) = 26.13%

R = 21.29%
G = 52.58%
B = 26.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#42A351 (or 0x42A351) is known color: Fruit Salad. HEX triplet: 42, A3 and 51. RGB value is (66,163,81). Sum of RGB (Red+Green+Blue) = 66+163+81=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #42A351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A351 is #BD5CAE. Grayscale: #7C7C7C. Windows color (decimal): -12410031 or 5350210. OLE color: 5350210.

HSL color Cylindrical-coordinate representation of color #42A351: hue angle of 129.28º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A351 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 163 81 -
CMYK 0.60 0 0.50 0.36
HSL 129.28º 0.42% 0.45% -
HSV(B) 129.28º 0.6% 0.64% -
XYZ 16.83 27.95 12.29 -
YUV 124.65 103.36 86.17 -
System Red Green Blue C M Y K H S L
Decimal 66 163 81 0.60 0 0.50 0.36 129.28 0.42 0.45
Hex 42 A3 51 3C 0 32 24 81 2A 2D
Octal 102 243 121 74 0 62 44 201 52 55
Binary 1000010 10100011 1010001 111100 0 110010 100100 10000001 101010 101101

Color Harmonies of #42A351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A351

Black with #42A351

Text Example


Text Example

White with #42A351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,163,81); }

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

background-color css

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

 a { background-color: rgb(66,163,81); }

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

border-color css

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

 span { border-color: rgb(66,163,81); }

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