Html Css Color HEX #8DB14D Chelsea Cucumber

📋 copy color: '#8DB14D'

red 141 ◦ green 177 ◦ blue 77

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

Shades of Chelsea Cucumber #8DB14D

Tints of Chelsea Cucumber #8DB14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.81%

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 35.7%
G = 44.81%
B = 19.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#8DB14D (or 0x8DB14D) is known color: Chelsea Cucumber. HEX triplet: 8D, B1 and 4D. RGB value is (141,177,77). Sum of RGB (Red+Green+Blue) = 141+177+77=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB14D is #724EB2. Grayscale: #9B9B9B. Windows color (decimal): -7491251 or 5091725. OLE color: 5091725.

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

Color convert

RGB 141 177 77 -
CMYK 0.20 0 0.56 0.31
HSL 81.6º 0.39% 0.5% -
HSV(B) 81.6º 0.56% 0.69% -
XYZ 28.05 37.64 12.81 -
YUV 154.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 141 177 77 0.20 0 0.56 0.31 81.6 0.39 0.5
Hex 8D B1 4D 14 0 38 1F 52 27 32
Octal 215 261 115 24 0 70 37 122 47 62
Binary 10001101 10110001 1001101 10100 0 111000 11111 1010010 100111 110010

Color Harmonies of #8DB14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB14D

Black with #8DB14D

Text Example


Text Example

White with #8DB14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,177,77); }

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

background-color css

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

 a { background-color: rgb(141,177,77); }

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

border-color css

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

 span { border-color: rgb(141,177,77); }

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