Html Css Color HEX #8DB84B Chelsea Cucumber

📋 copy color: '#8DB84B'

red 141 ◦ green 184 ◦ blue 75

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

Shades of Chelsea Cucumber #8DB84B

Tints of Chelsea Cucumber #8DB84B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46%

 BLUE value IS 75 (29.69% from 255) = 18.75%

R = 35.25%
G = 46%
B = 18.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#8DB84B (or 0x8DB84B) is known color: Chelsea Cucumber. HEX triplet: 8D, B8 and 4B. RGB value is (141,184,75). Sum of RGB (Red+Green+Blue) = 141+184+75=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB84B is #7247B4. Grayscale: #9F9F9F. Windows color (decimal): -7489461 or 4962445. OLE color: 4962445.

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

Color convert

RGB 141 184 75 -
CMYK 0.23 0 0.59 0.28
HSL 83.67º 0.43% 0.51% -
HSV(B) 83.67º 0.59% 0.72% -
XYZ 29.4 40.45 12.92 -
YUV 158.72 80.75 115.36 -
System Red Green Blue C M Y K H S L
Decimal 141 184 75 0.23 0 0.59 0.28 83.67 0.43 0.51
Hex 8D B8 4B 17 0 3B 1C 54 2B 33
Octal 215 270 113 27 0 73 34 124 53 63
Binary 10001101 10111000 1001011 10111 0 111011 11100 1010100 101011 110011

Color Harmonies of #8DB84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB84B

Black with #8DB84B

Text Example


Text Example

White with #8DB84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,184,75); }

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

background-color css

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

 a { background-color: rgb(141,184,75); }

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

border-color css

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

 span { border-color: rgb(141,184,75); }

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