Html Css Color HEX #469750 Fruit Salad

📋 copy color: '#469750'

red 70 ◦ green 151 ◦ blue 80

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

Shades of Fruit Salad #469750

Tints of Fruit Salad #469750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.17%

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

R = 23.26%
G = 50.17%
B = 26.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#469750 (or 0x469750) is known color: Fruit Salad. HEX triplet: 46, 97 and 50. RGB value is (70,151,80). Sum of RGB (Red+Green+Blue) = 70+151+80=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #469750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469750 is #B968AF. Grayscale: #767676. Windows color (decimal): -12150960 or 5281606. OLE color: 5281606.

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

Color convert

RGB 70 151 80 -
CMYK 0.54 0 0.47 0.41
HSL 127.41º 0.37% 0.43% -
HSV(B) 127.41º 0.54% 0.59% -
XYZ 15.04 24.01 11.43 -
YUV 118.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 70 151 80 0.54 0 0.47 0.41 127.41 0.37 0.43
Hex 46 97 50 36 0 2F 29 7F 25 2B
Octal 106 227 120 66 0 57 51 177 45 53
Binary 1000110 10010111 1010000 110110 0 101111 101001 1111111 100101 101011

Color Harmonies of #469750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469750

Black with #469750

Text Example


Text Example

White with #469750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469750; }

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

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

background-color css

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

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

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

border-color css

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

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

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