Html Css Color HEX #8DB65F Chelsea Cucumber

📋 copy color: '#8DB65F'

red 141 ◦ green 182 ◦ blue 95

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

Shades of Chelsea Cucumber #8DB65F

Tints of Chelsea Cucumber #8DB65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.73%

R = 33.73%
G = 43.54%
B = 22.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#8DB65F (or 0x8DB65F) is known color: Chelsea Cucumber. HEX triplet: 8D, B6 and 5F. RGB value is (141,182,95). Sum of RGB (Red+Green+Blue) = 141+182+95=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB65F is #7249A0. Grayscale: #A0A0A0. Windows color (decimal): -7489953 or 6272653. OLE color: 6272653.

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

Color convert

RGB 141 182 95 -
CMYK 0.23 0 0.48 0.29
HSL 88.28º 0.37% 0.54% -
HSV(B) 88.28º 0.48% 0.71% -
XYZ 29.78 39.94 16.97 -
YUV 159.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 141 182 95 0.23 0 0.48 0.29 88.28 0.37 0.54
Hex 8D B6 5F 17 0 30 1D 58 25 36
Octal 215 266 137 27 0 60 35 130 45 66
Binary 10001101 10110110 1011111 10111 0 110000 11101 1011000 100101 110110

Color Harmonies of #8DB65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB65F

Black with #8DB65F

Text Example


Text Example

White with #8DB65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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