Html Css Color HEX #8FC200 Citrus

📋 copy color: '#8FC200'

red 143 ◦ green 194 ◦ blue 0

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

Shades of Citrus #8FC200

Tints of Citrus #8FC200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.43%
G = 57.57%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#8FC200 (or 0x8FC200) is known color: Citrus. HEX triplet: 8F, C2 and 00. RGB value is (143,194,0). Sum of RGB (Red+Green+Blue) = 143+194+0=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC200 is #703DFF. Grayscale: #9D9D9D. Windows color (decimal): -7355904 or 49807. OLE color: 49807.

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

Color convert

RGB 143 194 0 -
CMYK 0.26 0 1 0.24
HSL 75.77º 1% 0.38% -
HSV(B) 75.77º 1% 0.76% -
XYZ 30.62 44.42 6.96 -
YUV 156.64 39.6 118.27 -
System Red Green Blue C M Y K H S L
Decimal 143 194 0 0.26 0 1 0.24 75.77 1 0.38
Hex 8F C2 0 1A 0 64 18 4C 64 26
Octal 217 302 0 32 0 144 30 114 144 46
Binary 10001111 11000010 0 11010 0 1100100 11000 1001100 1100100 100110

Color Harmonies of #8FC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC200

Black with #8FC200

Text Example


Text Example

White with #8FC200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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