Html Css Color HEX #8EBE50 Chelsea Cucumber

📋 copy color: '#8EBE50'

red 142 ◦ green 190 ◦ blue 80

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

Shades of Chelsea Cucumber #8EBE50

Tints of Chelsea Cucumber #8EBE50

RGB

 RED value IS 142 (55.86% from 255) = 34.47%

 GREEN value IS 190 (74.61% from 255) = 46.12%

 BLUE value IS 80 (31.64% from 255) = 19.42%

R = 34.47%
G = 46.12%
B = 19.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#8EBE50 (or 0x8EBE50) is known color: Chelsea Cucumber. HEX triplet: 8E, BE and 50. RGB value is (142,190,80). Sum of RGB (Red+Green+Blue) = 142+190+80=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBE50 is #7141AF. Grayscale: #A3A3A3. Windows color (decimal): -7422384 or 5291662. OLE color: 5291662.

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

Color convert

RGB 142 190 80 -
CMYK 0.25 0 0.58 0.25
HSL 86.18º 0.46% 0.53% -
HSV(B) 86.18º 0.58% 0.75% -
XYZ 31.02 43.16 14.28 -
YUV 163.11 81.1 112.94 -
System Red Green Blue C M Y K H S L
Decimal 142 190 80 0.25 0 0.58 0.25 86.18 0.46 0.53
Hex 8E BE 50 19 0 3A 19 56 2E 35
Octal 216 276 120 31 0 72 31 126 56 65
Binary 10001110 10111110 1010000 11001 0 111010 11001 1010110 101110 110101

Color Harmonies of #8EBE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBE50

Black with #8EBE50

Text Example


Text Example

White with #8EBE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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