Html Css Color HEX #8DB04C Chelsea Cucumber

📋 copy color: '#8DB04C'

red 141 ◦ green 176 ◦ blue 76

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

Shades of Chelsea Cucumber #8DB04C

Tints of Chelsea Cucumber #8DB04C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.78%

 BLUE value IS 76 (30.08% from 255) = 19.34%

R = 35.88%
G = 44.78%
B = 19.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#8DB04C (or 0x8DB04C) is known color: Chelsea Cucumber. HEX triplet: 8D, B0 and 4C. RGB value is (141,176,76). Sum of RGB (Red+Green+Blue) = 141+176+76=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB04C is #724FB3. Grayscale: #9A9A9A. Windows color (decimal): -7491508 or 5025933. OLE color: 5025933.

HSL color Cylindrical-coordinate representation of color #8DB04C: hue angle of 81º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DB04C is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 176 76 -
CMYK 0.20 0 0.57 0.31
HSL 81º 0.4% 0.49% -
HSV(B) 81º 0.57% 0.69% -
XYZ 27.81 37.24 12.56 -
YUV 154.14 83.9 118.63 -
System Red Green Blue C M Y K H S L
Decimal 141 176 76 0.20 0 0.57 0.31 81 0.4 0.49
Hex 8D B0 4C 14 0 39 1F 51 28 31
Octal 215 260 114 24 0 71 37 121 50 61
Binary 10001101 10110000 1001100 10100 0 111001 11111 1010001 101000 110001

Color Harmonies of #8DB04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB04C

Black with #8DB04C

Text Example


Text Example

White with #8DB04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,176,76); }

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

background-color css

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

 a { background-color: rgb(141,176,76); }

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

border-color css

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

 span { border-color: rgb(141,176,76); }

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