Html Css Color HEX #8EB401 Citrus

📋 copy color: '#8EB401'

red 142 ◦ green 180 ◦ blue 1

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

Shades of Citrus #8EB401

Tints of Citrus #8EB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.73%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 43.96%
G = 55.73%
B = 0.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#8EB401 (or 0x8EB401) is known color: Citrus. HEX triplet: 8E, B4 and 01. RGB value is (142,180,1). Sum of RGB (Red+Green+Blue) = 142+180+1=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB401 is #714BFE. Grayscale: #949494. Windows color (decimal): -7425023 or 111758. OLE color: 111758.

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

Color convert

RGB 142 180 1 -
CMYK 0.21 0 0.99 0.29
HSL 72.74º 0.99% 0.35% -
HSV(B) 72.74º 0.99% 0.71% -
XYZ 27.48 38.4 5.99 -
YUV 148.23 44.91 123.55 -
System Red Green Blue C M Y K H S L
Decimal 142 180 1 0.21 0 0.99 0.29 72.74 0.99 0.35
Hex 8E B4 1 15 0 63 1D 49 63 23
Octal 216 264 1 25 0 143 35 111 143 43
Binary 10001110 10110100 1 10101 0 1100011 11101 1001001 1100011 100011

Color Harmonies of #8EB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB401

Black with #8EB401

Text Example


Text Example

White with #8EB401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,180,1); }

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

background-color css

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

 a { background-color: rgb(142,180,1); }

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

border-color css

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

 span { border-color: rgb(142,180,1); }

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