Html Css Color HEX #8DB950 Chelsea Cucumber

📋 copy color: '#8DB950'

red 141 ◦ green 185 ◦ blue 80

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

Shades of Chelsea Cucumber #8DB950

Tints of Chelsea Cucumber #8DB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.57%

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

R = 34.73%
G = 45.57%
B = 19.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#8DB950 (or 0x8DB950) is known color: Chelsea Cucumber. HEX triplet: 8D, B9 and 50. RGB value is (141,185,80). Sum of RGB (Red+Green+Blue) = 141+185+80=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB950 is #7246AF. Grayscale: #A0A0A0. Windows color (decimal): -7489200 or 5290381. OLE color: 5290381.

HSL color Cylindrical-coordinate representation of color #8DB950: hue angle of 85.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DB950 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 185 80 -
CMYK 0.24 0 0.57 0.27
HSL 85.14º 0.43% 0.52% -
HSV(B) 85.14º 0.57% 0.73% -
XYZ 29.78 40.94 13.92 -
YUV 159.87 82.92 114.54 -
System Red Green Blue C M Y K H S L
Decimal 141 185 80 0.24 0 0.57 0.27 85.14 0.43 0.52
Hex 8D B9 50 18 0 39 1B 55 2B 34
Octal 215 271 120 30 0 71 33 125 53 64
Binary 10001101 10111001 1010000 11000 0 111001 11011 1010101 101011 110100

Color Harmonies of #8DB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB950

Black with #8DB950

Text Example


Text Example

White with #8DB950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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