Html Css Color HEX #8DBC4C Chelsea Cucumber

📋 copy color: '#8DBC4C'

red 141 ◦ green 188 ◦ blue 76

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

Shades of Chelsea Cucumber #8DBC4C

Tints of Chelsea Cucumber #8DBC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

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

R = 34.81%
G = 46.42%
B = 18.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#8DBC4C (or 0x8DBC4C) is known color: Chelsea Cucumber. HEX triplet: 8D, BC and 4C. RGB value is (141,188,76). Sum of RGB (Red+Green+Blue) = 141+188+76=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC4C is #7243B3. Grayscale: #A1A1A1. Windows color (decimal): -7488436 or 5029005. OLE color: 5029005.

HSL color Cylindrical-coordinate representation of color #8DBC4C: hue angle of 85.18º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DBC4C is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 188 76 -
CMYK 0.25 0 0.60 0.26
HSL 85.18º 0.46% 0.52% -
HSV(B) 85.18º 0.6% 0.74% -
XYZ 30.27 42.15 13.38 -
YUV 161.18 79.93 113.61 -
System Red Green Blue C M Y K H S L
Decimal 141 188 76 0.25 0 0.60 0.26 85.18 0.46 0.52
Hex 8D BC 4C 19 0 3C 1A 55 2E 34
Octal 215 274 114 31 0 74 32 125 56 64
Binary 10001101 10111100 1001100 11001 0 111100 11010 1010101 101110 110100

Color Harmonies of #8DBC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBC4C

Black with #8DBC4C

Text Example


Text Example

White with #8DBC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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