Html Css Color HEX #8DB34B Chelsea Cucumber

📋 copy color: '#8DB34B'

red 141 ◦ green 179 ◦ blue 75

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

Shades of Chelsea Cucumber #8DB34B

Tints of Chelsea Cucumber #8DB34B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.32%

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

R = 35.7%
G = 45.32%
B = 18.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#8DB34B (or 0x8DB34B) is known color: Chelsea Cucumber. HEX triplet: 8D, B3 and 4B. RGB value is (141,179,75). Sum of RGB (Red+Green+Blue) = 141+179+75=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB34B is #724CB4. Grayscale: #9C9C9C. Windows color (decimal): -7490741 or 4961165. OLE color: 4961165.

HSL color Cylindrical-coordinate representation of color #8DB34B: hue angle of 81.92º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DB34B is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 179 75 -
CMYK 0.21 0 0.58 0.30
HSL 81.92º 0.41% 0.5% -
HSV(B) 81.92º 0.58% 0.7% -
XYZ 28.37 38.41 12.58 -
YUV 155.78 82.41 117.46 -
System Red Green Blue C M Y K H S L
Decimal 141 179 75 0.21 0 0.58 0.30 81.92 0.41 0.5
Hex 8D B3 4B 15 0 3A 1E 52 29 32
Octal 215 263 113 25 0 72 36 122 51 62
Binary 10001101 10110011 1001011 10101 0 111010 11110 1010010 101001 110010

Color Harmonies of #8DB34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB34B

Black with #8DB34B

Text Example


Text Example

White with #8DB34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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