Html Css Color HEX #8DB04B Chelsea Cucumber

📋 copy color: '#8DB04B'

red 141 ◦ green 176 ◦ blue 75

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

Shades of Chelsea Cucumber #8DB04B

Tints of Chelsea Cucumber #8DB04B

RGB

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

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

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

R = 35.97%
G = 44.9%
B = 19.13%

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

#8DB04B (or 0x8DB04B) is known color: Chelsea Cucumber. HEX triplet: 8D, B0 and 4B. RGB value is (141,176,75). Sum of RGB (Red+Green+Blue) = 141+176+75=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB04B is #724FB4. Grayscale: #9A9A9A. Windows color (decimal): -7491509 or 4960397. OLE color: 4960397.

HSL color Cylindrical-coordinate representation of color #8DB04B: hue angle of 80.79º 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 #8DB04B is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 176 75 -
CMYK 0.20 0 0.57 0.31
HSL 80.79º 0.4% 0.49% -
HSV(B) 80.79º 0.57% 0.69% -
XYZ 27.78 37.22 12.38 -
YUV 154.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 141 176 75 0.20 0 0.57 0.31 80.79 0.4 0.49
Hex 8D B0 4B 14 0 39 1F 51 28 31
Octal 215 260 113 24 0 71 37 121 50 61
Binary 10001101 10110000 1001011 10100 0 111001 11111 1010001 101000 110001

Color Harmonies of #8DB04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB04B

Black with #8DB04B

Text Example


Text Example

White with #8DB04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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