Html Css Color HEX #8DB75E Chelsea Cucumber

📋 copy color: '#8DB75E'

red 141 ◦ green 183 ◦ blue 94

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

Shades of Chelsea Cucumber #8DB75E

Tints of Chelsea Cucumber #8DB75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 33.73%
G = 43.78%
B = 22.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#8DB75E (or 0x8DB75E) is known color: Chelsea Cucumber. HEX triplet: 8D, B7 and 5E. RGB value is (141,183,94). Sum of RGB (Red+Green+Blue) = 141+183+94=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB75E is #7248A1. Grayscale: #A0A0A0. Windows color (decimal): -7489698 or 6207373. OLE color: 6207373.

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

Color convert

RGB 141 183 94 -
CMYK 0.23 0 0.49 0.28
HSL 88.31º 0.38% 0.54% -
HSV(B) 88.31º 0.49% 0.72% -
XYZ 29.94 40.34 16.8 -
YUV 160.3 90.59 114.24 -
System Red Green Blue C M Y K H S L
Decimal 141 183 94 0.23 0 0.49 0.28 88.31 0.38 0.54
Hex 8D B7 5E 17 0 31 1C 58 26 36
Octal 215 267 136 27 0 61 34 130 46 66
Binary 10001101 10110111 1011110 10111 0 110001 11100 1011000 100110 110110

Color Harmonies of #8DB75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB75E

Black with #8DB75E

Text Example


Text Example

White with #8DB75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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