Html Css Color HEX #8FC301 Citrus

📋 copy color: '#8FC301'

red 143 ◦ green 195 ◦ blue 1

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

Shades of Citrus #8FC301

Tints of Citrus #8FC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.52%

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

R = 42.18%
G = 57.52%
B = 0.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#8FC301 (or 0x8FC301) is known color: Citrus. HEX triplet: 8F, C3 and 01. RGB value is (143,195,1). Sum of RGB (Red+Green+Blue) = 143+195+1=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC301 is #703CFE. Grayscale: #9E9E9E. Windows color (decimal): -7355647 or 115599. OLE color: 115599.

HSL color Cylindrical-coordinate representation of color #8FC301: hue angle of 76.08º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FC301 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 195 1 -
CMYK 0.27 0 0.99 0.24
HSL 76.08º 0.99% 0.38% -
HSV(B) 76.08º 0.99% 0.76% -
XYZ 30.85 44.87 7.06 -
YUV 157.34 39.77 117.77 -
System Red Green Blue C M Y K H S L
Decimal 143 195 1 0.27 0 0.99 0.24 76.08 0.99 0.38
Hex 8F C3 1 1B 0 63 18 4C 63 26
Octal 217 303 1 33 0 143 30 114 143 46
Binary 10001111 11000011 1 11011 0 1100011 11000 1001100 1100011 100110

Color Harmonies of #8FC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC301

Black with #8FC301

Text Example


Text Example

White with #8FC301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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