Html Css Color HEX #8DA350 Chelsea Cucumber

📋 copy color: '#8DA350'

red 141 ◦ green 163 ◦ blue 80

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

Shades of Chelsea Cucumber #8DA350

Tints of Chelsea Cucumber #8DA350

RGB

 RED value IS 141 (55.47% from 255) = 36.72%

 GREEN value IS 163 (64.06% from 255) = 42.45%

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

R = 36.72%
G = 42.45%
B = 20.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#8DA350 (or 0x8DA350) is known color: Chelsea Cucumber. HEX triplet: 8D, A3 and 50. RGB value is (141,163,80). Sum of RGB (Red+Green+Blue) = 141+163+80=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA350 is #725CAF. Grayscale: #939393. Windows color (decimal): -7494832 or 5284749. OLE color: 5284749.

HSL color Cylindrical-coordinate representation of color #8DA350: hue angle of 75.9º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DA350 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 163 80 -
CMYK 0.13 0 0.51 0.36
HSL 75.9º 0.34% 0.48% -
HSV(B) 75.9º 0.51% 0.64% -
XYZ 25.53 32.44 12.5 -
YUV 146.96 90.21 123.75 -
System Red Green Blue C M Y K H S L
Decimal 141 163 80 0.13 0 0.51 0.36 75.9 0.34 0.48
Hex 8D A3 50 D 0 33 24 4C 22 30
Octal 215 243 120 15 0 63 44 114 42 60
Binary 10001101 10100011 1010000 1101 0 110011 100100 1001100 100010 110000

Color Harmonies of #8DA350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA350

Black with #8DA350

Text Example


Text Example

White with #8DA350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DA350; }

 p { color: rgb(141,163,80); }

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

background-color css

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

 a { background-color: rgb(141,163,80); }

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

border-color css

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

 span { border-color: rgb(141,163,80); }

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