Html Css Color HEX #8EB300 Citrus

📋 copy color: '#8EB300'

red 142 ◦ green 179 ◦ blue 0

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

Shades of Citrus #8EB300

Tints of Citrus #8EB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.24%
G = 55.76%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#8EB300 (or 0x8EB300) is known color: Citrus. HEX triplet: 8E, B3 and 00. RGB value is (142,179,0). Sum of RGB (Red+Green+Blue) = 142+179+0=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB300 is #714CFF. Grayscale: #949494. Windows color (decimal): -7425280 or 45966. OLE color: 45966.

HSL color Cylindrical-coordinate representation of color #8EB300: hue angle of 72.4º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8EB300 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 142 179 0 -
CMYK 0.21 0 1 0.30
HSL 72.4º 1% 0.35% -
HSV(B) 72.4º 1% 0.7% -
XYZ 27.28 37.99 5.9 -
YUV 147.53 44.74 124.05 -
System Red Green Blue C M Y K H S L
Decimal 142 179 0 0.21 0 1 0.30 72.4 1 0.35
Hex 8E B3 0 15 0 64 1E 48 64 23
Octal 216 263 0 25 0 144 36 110 144 43
Binary 10001110 10110011 0 10101 0 1100100 11110 1001000 1100100 100011

Color Harmonies of #8EB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB300

Black with #8EB300

Text Example


Text Example

White with #8EB300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,179,0); }

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

background-color css

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

 a { background-color: rgb(142,179,0); }

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

border-color css

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

 span { border-color: rgb(142,179,0); }

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