Html Css Color HEX #8FCB01 Citrus

📋 copy color: '#8FCB01'

red 143 ◦ green 203 ◦ blue 1

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

Shades of Citrus #8FCB01

Tints of Citrus #8FCB01

RGB

 RED value IS 143 (56.25% from 255) = 41.21%

 GREEN value IS 203 (79.69% from 255) = 58.5%

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

R = 41.21%
G = 58.5%
B = 0.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#8FCB01 (or 0x8FCB01) is known color: Citrus. HEX triplet: 8F, CB and 01. RGB value is (143,203,1). Sum of RGB (Red+Green+Blue) = 143+203+1=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCB01 is #7034FE. Grayscale: #A2A2A2. Windows color (decimal): -7353599 or 117647. OLE color: 117647.

HSL color Cylindrical-coordinate representation of color #8FCB01: hue angle of 77.82º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FCB01 is Cyan = 0.30, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 203 1 -
CMYK 0.30 0 1.00 0.20
HSL 77.82º 0.99% 0.4% -
HSV(B) 77.82º 1% 0.8% -
XYZ 32.69 48.55 7.68 -
YUV 162.03 37.12 114.43 -
System Red Green Blue C M Y K H S L
Decimal 143 203 1 0.30 0 1.00 0.20 77.82 0.99 0.4
Hex 8F CB 1 1E 0 64 14 4E 63 28
Octal 217 313 1 36 0 144 24 116 143 50
Binary 10001111 11001011 1 11110 0 1100100 10100 1001110 1100011 101000

Color Harmonies of #8FCB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCB01

Black with #8FCB01

Text Example


Text Example

White with #8FCB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,203,1); }

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

background-color css

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

 a { background-color: rgb(143,203,1); }

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

border-color css

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

 span { border-color: rgb(143,203,1); }

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