#8ebe4b

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

Shades of Chelsea Cucumber #8EBE4B

Tints of Chelsea Cucumber #8EBE4B

Color information

#8EBE4B (or 0x8EBE4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, BE and 4B. RGB value is (142,190,75). Sum of RGB (Red+Green+Blue) = 142+190+75=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBE4B is #7141B4. Grayscale: #A2A2A2. Windows color (decimal): -7422389 or 4963982. OLE color: 4963982.

HSL color Cylindrical-coordinate representation of color #8EBE4B: hue angle of 85.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EBE4B is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB14219075-
CMYK0.2500.610.25
HSL85.04º46.94%51.96%-
HSV(B)85.04º60.53%74.51%-
XYZ30.8443.0913.35-
YUV162.5478.6113.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 75 (29.69% from 255) = 18.43%
R=34.89%
G=46.68%
B=18.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142190750.2500.610.2585.0446.9451.96
Hex8EBE4B1903D19552f34
Octal21627611331075311255764
Binary10001110101111101001011110010111101110011010101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ebe4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,190,75); }

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

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

 a { background-color: rgb(142,190,75); }

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

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

 span { border-color: rgb(142,190,75); }

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