Html Css Color HEX #8DBC50 Chelsea Cucumber

📋 copy color: '#8DBC50'

red 141 ◦ green 188 ◦ blue 80

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

Shades of Chelsea Cucumber #8DBC50

Tints of Chelsea Cucumber #8DBC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.97%

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

R = 34.47%
G = 45.97%
B = 19.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#8DBC50 (or 0x8DBC50) is known color: Chelsea Cucumber. HEX triplet: 8D, BC and 50. RGB value is (141,188,80). Sum of RGB (Red+Green+Blue) = 141+188+80=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC50 is #7243AF. Grayscale: #A2A2A2. Windows color (decimal): -7488432 or 5291149. OLE color: 5291149.

HSL color Cylindrical-coordinate representation of color #8DBC50: hue angle of 86.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DBC50 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 188 80 -
CMYK 0.25 0 0.57 0.26
HSL 86.11º 0.45% 0.53% -
HSV(B) 86.11º 0.57% 0.74% -
XYZ 30.42 42.21 14.13 -
YUV 161.64 81.93 113.28 -
System Red Green Blue C M Y K H S L
Decimal 141 188 80 0.25 0 0.57 0.26 86.11 0.45 0.53
Hex 8D BC 50 19 0 39 1A 56 2D 35
Octal 215 274 120 31 0 71 32 126 55 65
Binary 10001101 10111100 1010000 11001 0 111001 11010 1010110 101101 110101

Color Harmonies of #8DBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBC50

Black with #8DBC50

Text Example


Text Example

White with #8DBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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