Html Css Color HEX #8DB250 Chelsea Cucumber

📋 copy color: '#8DB250'

red 141 ◦ green 178 ◦ blue 80

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

Shades of Chelsea Cucumber #8DB250

Tints of Chelsea Cucumber #8DB250

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.61%

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

R = 35.34%
G = 44.61%
B = 20.05%

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

#8DB250 (or 0x8DB250) is known color: Chelsea Cucumber. HEX triplet: 8D, B2 and 50. RGB value is (141,178,80). Sum of RGB (Red+Green+Blue) = 141+178+80=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB250 is #724DAF. Grayscale: #9C9C9C. Windows color (decimal): -7490992 or 5288589. OLE color: 5288589.

HSL color Cylindrical-coordinate representation of color #8DB250: hue angle of 82.65º 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 #8DB250 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 178 80 -
CMYK 0.21 0 0.55 0.30
HSL 82.65º 0.39% 0.51% -
HSV(B) 82.65º 0.55% 0.7% -
XYZ 28.35 38.08 13.45 -
YUV 155.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 141 178 80 0.21 0 0.55 0.30 82.65 0.39 0.51
Hex 8D B2 50 15 0 37 1E 53 27 33
Octal 215 262 120 25 0 67 36 123 47 63
Binary 10001101 10110010 1010000 10101 0 110111 11110 1010011 100111 110011

Color Harmonies of #8DB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB250

Black with #8DB250

Text Example


Text Example

White with #8DB250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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