Html Css Color HEX #46C055 Fruit Salad

📋 copy color: '#46C055'

red 70 ◦ green 192 ◦ blue 85

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

Shades of Fruit Salad #46C055

Tints of Fruit Salad #46C055

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.33%

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 20.17%
G = 55.33%
B = 24.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#46C055 (or 0x46C055) is known color: Fruit Salad. HEX triplet: 46, C0 and 55. RGB value is (70,192,85). Sum of RGB (Red+Green+Blue) = 70+192+85=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #46C055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C055 is #B93FAA. Grayscale: #8F8F8F. Windows color (decimal): -12140459 or 5619782. OLE color: 5619782.

HSL color Cylindrical-coordinate representation of color #46C055: hue angle of 127.38º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C055 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 192 85 -
CMYK 0.64 0 0.56 0.25
HSL 127.38º 0.49% 0.51% -
HSV(B) 127.38º 0.64% 0.75% -
XYZ 23.02 39.66 15.04 -
YUV 143.32 95.08 75.7 -
System Red Green Blue C M Y K H S L
Decimal 70 192 85 0.64 0 0.56 0.25 127.38 0.49 0.51
Hex 46 C0 55 40 0 38 19 7F 31 33
Octal 106 300 125 100 0 70 31 177 61 63
Binary 1000110 11000000 1010101 1000000 0 111000 11001 1111111 110001 110011

Color Harmonies of #46C055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C055

Black with #46C055

Text Example


Text Example

White with #46C055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,192,85); }

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

background-color css

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

 a { background-color: rgb(70,192,85); }

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

border-color css

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

 span { border-color: rgb(70,192,85); }

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