Html Css Color HEX #8DA555 Chelsea Cucumber

📋 copy color: '#8DA555'

red 141 ◦ green 165 ◦ blue 85

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

Shades of Chelsea Cucumber #8DA555

Tints of Chelsea Cucumber #8DA555

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

 BLUE value IS 85 (33.59% from 255) = 21.74%

R = 36.06%
G = 42.2%
B = 21.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#8DA555 (or 0x8DA555) is known color: Chelsea Cucumber. HEX triplet: 8D, A5 and 55. RGB value is (141,165,85). Sum of RGB (Red+Green+Blue) = 141+165+85=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA555 is #725AAA. Grayscale: #949494. Windows color (decimal): -7494315 or 5612941. OLE color: 5612941.

HSL color Cylindrical-coordinate representation of color #8DA555: hue angle of 78º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DA555 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 165 85 -
CMYK 0.15 0 0.48 0.35
HSL 78º 0.32% 0.49% -
HSV(B) 78º 0.48% 0.65% -
XYZ 26.08 33.23 13.63 -
YUV 148.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 141 165 85 0.15 0 0.48 0.35 78 0.32 0.49
Hex 8D A5 55 F 0 30 23 4E 20 31
Octal 215 245 125 17 0 60 43 116 40 61
Binary 10001101 10100101 1010101 1111 0 110000 100011 1001110 100000 110001

Color Harmonies of #8DA555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA555

Black with #8DA555

Text Example


Text Example

White with #8DA555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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