Html Css Color HEX #8DB75B Chelsea Cucumber

📋 copy color: '#8DB75B'

red 141 ◦ green 183 ◦ blue 91

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

Shades of Chelsea Cucumber #8DB75B

Tints of Chelsea Cucumber #8DB75B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.1%

 BLUE value IS 91 (35.94% from 255) = 21.93%

R = 33.98%
G = 44.1%
B = 21.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#8DB75B (or 0x8DB75B) is known color: Chelsea Cucumber. HEX triplet: 8D, B7 and 5B. RGB value is (141,183,91). Sum of RGB (Red+Green+Blue) = 141+183+91=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB75B is #7248A4. Grayscale: #A0A0A0. Windows color (decimal): -7489701 or 6010765. OLE color: 6010765.

HSL color Cylindrical-coordinate representation of color #8DB75B: hue angle of 87.39º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DB75B is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 141 183 91 -
CMYK 0.23 0 0.50 0.28
HSL 87.39º 0.39% 0.54% -
HSV(B) 87.39º 0.5% 0.72% -
XYZ 29.81 40.29 16.1 -
YUV 159.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 141 183 91 0.23 0 0.50 0.28 87.39 0.39 0.54
Hex 8D B7 5B 17 0 32 1C 57 27 36
Octal 215 267 133 27 0 62 34 127 47 66
Binary 10001101 10110111 1011011 10111 0 110010 11100 1010111 100111 110110

Color Harmonies of #8DB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB75B

Black with #8DB75B

Text Example


Text Example

White with #8DB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,183,91); }

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

background-color css

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

 a { background-color: rgb(141,183,91); }

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

border-color css

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

 span { border-color: rgb(141,183,91); }

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