Html Css Color HEX #8FC201 Citrus

📋 copy color: '#8FC201'

red 143 ◦ green 194 ◦ blue 1

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

Shades of Citrus #8FC201

Tints of Citrus #8FC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.4%

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

R = 42.31%
G = 57.4%
B = 0.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#8FC201 (or 0x8FC201) is known color: Citrus. HEX triplet: 8F, C2 and 01. RGB value is (143,194,1). Sum of RGB (Red+Green+Blue) = 143+194+1=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC201 is #703DFE. Grayscale: #9D9D9D. Windows color (decimal): -7355903 or 115343. OLE color: 115343.

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

Color convert

RGB 143 194 1 -
CMYK 0.26 0 0.99 0.24
HSL 75.85º 0.99% 0.38% -
HSV(B) 75.85º 0.99% 0.76% -
XYZ 30.62 44.43 6.99 -
YUV 156.75 40.1 118.19 -
System Red Green Blue C M Y K H S L
Decimal 143 194 1 0.26 0 0.99 0.24 75.85 0.99 0.38
Hex 8F C2 1 1A 0 63 18 4C 63 26
Octal 217 302 1 32 0 143 30 114 143 46
Binary 10001111 11000010 1 11010 0 1100011 11000 1001100 1100011 100110

Color Harmonies of #8FC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC201

Black with #8FC201

Text Example


Text Example

White with #8FC201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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