Html Css Color HEX #8EB250 Chelsea Cucumber

📋 copy color: '#8EB250'

red 142 ◦ green 178 ◦ blue 80

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

Shades of Chelsea Cucumber #8EB250

Tints of Chelsea Cucumber #8EB250

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

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

R = 35.5%
G = 44.5%
B = 20%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#8EB250 (or 0x8EB250) is known color: Chelsea Cucumber. HEX triplet: 8E, B2 and 50. RGB value is (142,178,80). Sum of RGB (Red+Green+Blue) = 142+178+80=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB250 is #714DAF. Grayscale: #9C9C9C. Windows color (decimal): -7425456 or 5288590. OLE color: 5288590.

HSL color Cylindrical-coordinate representation of color #8EB250: hue angle of 82.04º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8EB250 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 142 178 80 -
CMYK 0.20 0 0.55 0.30
HSL 82.04º 0.39% 0.51% -
HSV(B) 82.04º 0.55% 0.7% -
XYZ 28.52 38.17 13.45 -
YUV 156.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 142 178 80 0.20 0 0.55 0.30 82.04 0.39 0.51
Hex 8E B2 50 14 0 37 1E 52 27 33
Octal 216 262 120 24 0 67 36 122 47 63
Binary 10001110 10110010 1010000 10100 0 110111 11110 1010010 100111 110011

Color Harmonies of #8EB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB250

Black with #8EB250

Text Example


Text Example

White with #8EB250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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