Html Css Color HEX #8DB75A Chelsea Cucumber

📋 copy color: '#8DB75A'

red 141 ◦ green 183 ◦ blue 90

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

Shades of Chelsea Cucumber #8DB75A

Tints of Chelsea Cucumber #8DB75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.74%

R = 34.06%
G = 44.2%
B = 21.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#8DB75A (or 0x8DB75A) is known color: Chelsea Cucumber. HEX triplet: 8D, B7 and 5A. RGB value is (141,183,90). Sum of RGB (Red+Green+Blue) = 141+183+90=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB75A is #7248A5. Grayscale: #A0A0A0. Windows color (decimal): -7489702 or 5945229. OLE color: 5945229.

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

Color convert

RGB 141 183 90 -
CMYK 0.23 0 0.51 0.28
HSL 87.1º 0.39% 0.54% -
HSV(B) 87.1º 0.51% 0.72% -
XYZ 29.76 40.27 15.88 -
YUV 159.84 88.59 114.56 -
System Red Green Blue C M Y K H S L
Decimal 141 183 90 0.23 0 0.51 0.28 87.1 0.39 0.54
Hex 8D B7 5A 17 0 33 1C 57 27 36
Octal 215 267 132 27 0 63 34 127 47 66
Binary 10001101 10110111 1011010 10111 0 110011 11100 1010111 100111 110110

Color Harmonies of #8DB75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB75A

Black with #8DB75A

Text Example


Text Example

White with #8DB75A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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