Html Css Color HEX #8EBD01 Citrus

📋 copy color: '#8EBD01'

red 142 ◦ green 189 ◦ blue 1

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

Shades of Citrus #8EBD01

Tints of Citrus #8EBD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.93%

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

R = 42.77%
G = 56.93%
B = 0.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#8EBD01 (or 0x8EBD01) is known color: Citrus. HEX triplet: 8E, BD and 01. RGB value is (142,189,1). Sum of RGB (Red+Green+Blue) = 142+189+1=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBD01 is #7142FE. Grayscale: #9A9A9A. Windows color (decimal): -7422719 or 114062. OLE color: 114062.

HSL color Cylindrical-coordinate representation of color #8EBD01: hue angle of 75º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EBD01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 189 1 -
CMYK 0.25 0 0.99 0.26
HSL 75º 0.99% 0.37% -
HSV(B) 75º 0.99% 0.74% -
XYZ 29.36 42.15 6.62 -
YUV 153.52 41.93 119.79 -
System Red Green Blue C M Y K H S L
Decimal 142 189 1 0.25 0 0.99 0.26 75 0.99 0.37
Hex 8E BD 1 19 0 63 1A 4B 63 25
Octal 216 275 1 31 0 143 32 113 143 45
Binary 10001110 10111101 1 11001 0 1100011 11010 1001011 1100011 100101

Color Harmonies of #8EBD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBD01

Black with #8EBD01

Text Example


Text Example

White with #8EBD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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