Html Css Color HEX #46C650 Fruit Salad

📋 copy color: '#46C650'

red 70 ◦ green 198 ◦ blue 80

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

Shades of Fruit Salad #46C650

Tints of Fruit Salad #46C650

RGB

 RED value IS 70 (27.73% from 255) = 20.11%

 GREEN value IS 198 (77.73% from 255) = 56.9%

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 20.11%
G = 56.9%
B = 22.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#46C650 (or 0x46C650) is known color: Fruit Salad. HEX triplet: 46, C6 and 50. RGB value is (70,198,80). Sum of RGB (Red+Green+Blue) = 70+198+80=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #46C650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C650 is #B939AF. Grayscale: #929292. Windows color (decimal): -12138928 or 5293638. OLE color: 5293638.

HSL color Cylindrical-coordinate representation of color #46C650: hue angle of 124.69º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C650 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 198 80 -
CMYK 0.65 0 0.60 0.22
HSL 124.69º 0.53% 0.53% -
HSV(B) 124.69º 0.65% 0.78% -
XYZ 24.17 42.27 14.47 -
YUV 146.28 90.59 73.59 -
System Red Green Blue C M Y K H S L
Decimal 70 198 80 0.65 0 0.60 0.22 124.69 0.53 0.53
Hex 46 C6 50 41 0 3C 16 7D 35 35
Octal 106 306 120 101 0 74 26 175 65 65
Binary 1000110 11000110 1010000 1000001 0 111100 10110 1111101 110101 110101

Color Harmonies of #46C650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C650

Black with #46C650

Text Example


Text Example

White with #46C650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46C650; }

 p { color: rgb(70,198,80); }

 H1.HeaderClassName
 {
   color: #46C650;
 }
 .AnyTagClassName
 {
   color: #46C650;
 }
</style>

background-color css

<style>
 a { background-color: #46C650; }

 a { background-color: rgb(70,198,80); }

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

border-color css

<style>
 span { border-color: #46C650; }

 span { border-color: rgb(70,198,80); }

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