Html Css Color HEX #46AB53 Fruit Salad

📋 copy color: '#46AB53'

red 70 ◦ green 171 ◦ blue 83

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

Shades of Fruit Salad #46AB53

Tints of Fruit Salad #46AB53

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.78%

 BLUE value IS 83 (32.81% from 255) = 25.62%

R = 21.6%
G = 52.78%
B = 25.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#46AB53 (or 0x46AB53) is known color: Fruit Salad. HEX triplet: 46, AB and 53. RGB value is (70,171,83). Sum of RGB (Red+Green+Blue) = 70+171+83=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #46AB53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AB53 is #B954AC. Grayscale: #838383. Windows color (decimal): -12145837 or 5483334. OLE color: 5483334.

HSL color Cylindrical-coordinate representation of color #46AB53: hue angle of 127.72º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AB53 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 171 83 -
CMYK 0.59 0 0.51 0.33
HSL 127.72º 0.42% 0.47% -
HSV(B) 127.72º 0.59% 0.67% -
XYZ 18.65 31.05 13.19 -
YUV 130.77 101.04 84.66 -
System Red Green Blue C M Y K H S L
Decimal 70 171 83 0.59 0 0.51 0.33 127.72 0.42 0.47
Hex 46 AB 53 3B 0 33 21 80 2A 2F
Octal 106 253 123 73 0 63 41 200 52 57
Binary 1000110 10101011 1010011 111011 0 110011 100001 10000000 101010 101111

Color Harmonies of #46AB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AB53

Black with #46AB53

Text Example


Text Example

White with #46AB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,171,83); }

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

background-color css

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

 a { background-color: rgb(70,171,83); }

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

border-color css

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

 span { border-color: rgb(70,171,83); }

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