Html Css Color HEX #8DB650 Chelsea Cucumber

📋 copy color: '#8DB650'

red 141 ◦ green 182 ◦ blue 80

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

Shades of Chelsea Cucumber #8DB650

Tints of Chelsea Cucumber #8DB650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.16%

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

R = 34.99%
G = 45.16%
B = 19.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#8DB650 (or 0x8DB650) is known color: Chelsea Cucumber. HEX triplet: 8D, B6 and 50. RGB value is (141,182,80). Sum of RGB (Red+Green+Blue) = 141+182+80=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB650 is #7249AF. Grayscale: #9E9E9E. Windows color (decimal): -7489968 or 5289613. OLE color: 5289613.

HSL color Cylindrical-coordinate representation of color #8DB650: hue angle of 84.12º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DB650 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 182 80 -
CMYK 0.23 0 0.56 0.29
HSL 84.12º 0.41% 0.51% -
HSV(B) 84.12º 0.56% 0.71% -
XYZ 29.16 39.7 13.71 -
YUV 158.11 83.92 115.79 -
System Red Green Blue C M Y K H S L
Decimal 141 182 80 0.23 0 0.56 0.29 84.12 0.41 0.51
Hex 8D B6 50 17 0 38 1D 54 29 33
Octal 215 266 120 27 0 70 35 124 51 63
Binary 10001101 10110110 1010000 10111 0 111000 11101 1010100 101001 110011

Color Harmonies of #8DB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB650

Black with #8DB650

Text Example


Text Example

White with #8DB650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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