#8DAF55

Color #8DAF55 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8DAF55

Tints of Chelsea Cucumber #8DAF55

Color information

#8DAF55 (or 0x8DAF55) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AF and 55. RGB value is (141,175,85). Sum of RGB (Red+Green+Blue) = 141+175+85=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF55 is #7250AA. Grayscale: #9A9A9A. Windows color (decimal): -7491755 or 5615501. OLE color: 5615501.

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

Color convert

RGB14117585-
CMYK0.1900.510.31
HSL82.67º36%50.98%-
HSV(B)82.67º51.43%68.63%-
XYZ27.9536.9814.26-
YUV154.5788.74118.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=35.16%
G=43.64%
B=21.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141175850.1900.510.3182.673650.98
Hex8DAF55130331F532433
Octal21525712523063371234463
Binary10001101101011111010101100110110011111111010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DAF55;
 }
 .AnyTagClassName
 {
   color: #8DAF55;
 }
</style>
background-color css

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

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

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

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

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

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