Html Css Color HEX #8FB401 Citrus

📋 copy color: '#8FB401'

red 143 ◦ green 180 ◦ blue 1

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

Shades of Citrus #8FB401

Tints of Citrus #8FB401

RGB

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

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

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

R = 44.14%
G = 55.56%
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

#8FB401 (or 0x8FB401) is known color: Citrus. HEX triplet: 8F, B4 and 01. RGB value is (143,180,1). Sum of RGB (Red+Green+Blue) = 143+180+1=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB401 is #704BFE. Grayscale: #959595. Windows color (decimal): -7359487 or 111759. OLE color: 111759.

HSL color Cylindrical-coordinate representation of color #8FB401: hue angle of 72.4º 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 #8FB401 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 180 1 -
CMYK 0.21 0 0.99 0.29
HSL 72.4º 0.99% 0.35% -
HSV(B) 72.4º 0.99% 0.71% -
XYZ 27.65 38.48 6 -
YUV 148.53 44.74 124.05 -
System Red Green Blue C M Y K H S L
Decimal 143 180 1 0.21 0 0.99 0.29 72.4 0.99 0.35
Hex 8F B4 1 15 0 63 1D 48 63 23
Octal 217 264 1 25 0 143 35 110 143 43
Binary 10001111 10110100 1 10101 0 1100011 11101 1001000 1100011 100011

Color Harmonies of #8FB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB401

Black with #8FB401

Text Example


Text Example

White with #8FB401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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