#8DAF4B

Color #8DAF4B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8DAF4B

Tints of Chelsea Cucumber #8DAF4B

Color information

#8DAF4B (or 0x8DAF4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AF and 4B. RGB value is (141,175,75). Sum of RGB (Red+Green+Blue) = 141+175+75=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAF4B is #7250B4. Grayscale: #999999. Windows color (decimal): -7491765 or 4960141. OLE color: 4960141.

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

Color convert

RGB14117575-
CMYK0.1900.570.31
HSL80.4º40%49.02%-
HSV(B)80.4º57.14%68.63%-
XYZ27.5836.8312.31-
YUV153.4383.74119.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 175 (68.75% from 255) = 44.76%
BLUE value IS 75 (29.69% from 255) = 19.18%
R=36.06%
G=44.76%
B=19.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141175750.1900.570.3180.44049.02
Hex8DAF4B130391F502831
Octal21525711323071371205061
Binary10001101101011111001011100110111001111111010000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DAF4B;
 }
 .AnyTagClassName
 {
   color: #8DAF4B;
 }
</style>
background-color css

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

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

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

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

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

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