Html Css Color HEX #469C50 Fruit Salad

📋 copy color: '#469C50'

red 70 ◦ green 156 ◦ blue 80

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

Shades of Fruit Salad #469C50

Tints of Fruit Salad #469C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.98%

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

R = 22.88%
G = 50.98%
B = 26.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#469C50 (or 0x469C50) is known color: Fruit Salad. HEX triplet: 46, 9C and 50. RGB value is (70,156,80). Sum of RGB (Red+Green+Blue) = 70+156+80=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #469C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C50 is #B963AF. Grayscale: #797979. Windows color (decimal): -12149680 or 5282886. OLE color: 5282886.

HSL color Cylindrical-coordinate representation of color #469C50: hue angle of 126.98º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C50 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 80 -
CMYK 0.55 0 0.49 0.39
HSL 126.98º 0.38% 0.44% -
HSV(B) 126.98º 0.55% 0.61% -
XYZ 15.86 25.66 11.71 -
YUV 121.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 70 156 80 0.55 0 0.49 0.39 126.98 0.38 0.44
Hex 46 9C 50 37 0 31 27 7F 26 2C
Octal 106 234 120 67 0 61 47 177 46 54
Binary 1000110 10011100 1010000 110111 0 110001 100111 1111111 100110 101100

Color Harmonies of #469C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C50

Black with #469C50

Text Example


Text Example

White with #469C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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