Html Css Color HEX #8EB350 Chelsea Cucumber

📋 copy color: '#8EB350'

red 142 ◦ green 179 ◦ blue 80

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

Shades of Chelsea Cucumber #8EB350

Tints of Chelsea Cucumber #8EB350

RGB

 RED value IS 142 (55.86% from 255) = 35.41%

 GREEN value IS 179 (70.31% from 255) = 44.64%

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

R = 35.41%
G = 44.64%
B = 19.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#8EB350 (or 0x8EB350) is known color: Chelsea Cucumber. HEX triplet: 8E, B3 and 50. RGB value is (142,179,80). Sum of RGB (Red+Green+Blue) = 142+179+80=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB350 is #714CAF. Grayscale: #9D9D9D. Windows color (decimal): -7425200 or 5288846. OLE color: 5288846.

HSL color Cylindrical-coordinate representation of color #8EB350: hue angle of 82.42º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8EB350 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 142 179 80 -
CMYK 0.21 0 0.55 0.30
HSL 82.42º 0.39% 0.51% -
HSV(B) 82.42º 0.55% 0.7% -
XYZ 28.72 38.57 13.52 -
YUV 156.65 84.74 117.55 -
System Red Green Blue C M Y K H S L
Decimal 142 179 80 0.21 0 0.55 0.30 82.42 0.39 0.51
Hex 8E B3 50 15 0 37 1E 52 27 33
Octal 216 263 120 25 0 67 36 122 47 63
Binary 10001110 10110011 1010000 10101 0 110111 11110 1010010 100111 110011

Color Harmonies of #8EB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB350

Black with #8EB350

Text Example


Text Example

White with #8EB350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,179,80); }

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

background-color css

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

 a { background-color: rgb(142,179,80); }

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

border-color css

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

 span { border-color: rgb(142,179,80); }

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