Html Css Color HEX #8DAF50 Chelsea Cucumber

📋 copy color: '#8DAF50'

red 141 ◦ green 175 ◦ blue 80

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

Shades of Chelsea Cucumber #8DAF50

Tints of Chelsea Cucumber #8DAF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.19%

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

R = 35.61%
G = 44.19%
B = 20.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#8DAF50 (or 0x8DAF50) is known color: Chelsea Cucumber. HEX triplet: 8D, AF and 50. RGB value is (141,175,80). Sum of RGB (Red+Green+Blue) = 141+175+80=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF50 is #7250AF. Grayscale: #9A9A9A. Windows color (decimal): -7491760 or 5287821. OLE color: 5287821.

HSL color Cylindrical-coordinate representation of color #8DAF50: hue angle of 81.47º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DAF50 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 175 80 -
CMYK 0.19 0 0.54 0.31
HSL 81.47º 0.37% 0.5% -
HSV(B) 81.47º 0.54% 0.69% -
XYZ 27.76 36.9 13.25 -
YUV 154 86.24 118.72 -
System Red Green Blue C M Y K H S L
Decimal 141 175 80 0.19 0 0.54 0.31 81.47 0.37 0.5
Hex 8D AF 50 13 0 36 1F 51 25 32
Octal 215 257 120 23 0 66 37 121 45 62
Binary 10001101 10101111 1010000 10011 0 110110 11111 1010001 100101 110010

Color Harmonies of #8DAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAF50

Black with #8DAF50

Text Example


Text Example

White with #8DAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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