Html Css Color HEX #469850 Fruit Salad

📋 copy color: '#469850'

red 70 ◦ green 152 ◦ blue 80

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

Shades of Fruit Salad #469850

Tints of Fruit Salad #469850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.33%

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

R = 23.18%
G = 50.33%
B = 26.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#469850 (or 0x469850) is known color: Fruit Salad. HEX triplet: 46, 98 and 50. RGB value is (70,152,80). Sum of RGB (Red+Green+Blue) = 70+152+80=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #469850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469850 is #B967AF. Grayscale: #777777. Windows color (decimal): -12150704 or 5281862. OLE color: 5281862.

HSL color Cylindrical-coordinate representation of color #469850: hue angle of 127.32º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469850 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 80 -
CMYK 0.54 0 0.47 0.40
HSL 127.32º 0.37% 0.44% -
HSV(B) 127.32º 0.54% 0.6% -
XYZ 15.2 24.34 11.49 -
YUV 119.27 105.83 92.85 -
System Red Green Blue C M Y K H S L
Decimal 70 152 80 0.54 0 0.47 0.40 127.32 0.37 0.44
Hex 46 98 50 36 0 2F 28 7F 25 2C
Octal 106 230 120 66 0 57 50 177 45 54
Binary 1000110 10011000 1010000 110110 0 101111 101000 1111111 100101 101100

Color Harmonies of #469850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469850

Black with #469850

Text Example


Text Example

White with #469850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469850; }

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

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

background-color css

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

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

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

border-color css

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

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

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