Html Css Color HEX #8FC706 Citrus

📋 copy color: '#8FC706'

red 143 ◦ green 199 ◦ blue 6

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

Shades of Citrus #8FC706

Tints of Citrus #8FC706

RGB

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

 GREEN value IS 199 (78.13% from 255) = 57.18%

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 41.09%
G = 57.18%
B = 1.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#8FC706 (or 0x8FC706) is known color: Citrus. HEX triplet: 8F, C7 and 06. RGB value is (143,199,6). Sum of RGB (Red+Green+Blue) = 143+199+6=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 199 (78.12% from 255 or 57.18% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC706 is #7038F9. Grayscale: #A0A0A0. Windows color (decimal): -7354618 or 444303. OLE color: 444303.

HSL color Cylindrical-coordinate representation of color #8FC706: hue angle of 77.41º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FC706 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 199 6 -
CMYK 0.28 0 0.97 0.22
HSL 77.41º 0.94% 0.4% -
HSV(B) 77.41º 0.97% 0.78% -
XYZ 31.78 46.7 7.51 -
YUV 160.25 40.95 115.69 -
System Red Green Blue C M Y K H S L
Decimal 143 199 6 0.28 0 0.97 0.22 77.41 0.94 0.4
Hex 8F C7 6 1C 0 61 16 4D 5E 28
Octal 217 307 6 34 0 141 26 115 136 50
Binary 10001111 11000111 110 11100 0 1100001 10110 1001101 1011110 101000

Color Harmonies of #8FC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC706

Black with #8FC706

Text Example


Text Example

White with #8FC706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,199,6); }

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

background-color css

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

 a { background-color: rgb(143,199,6); }

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

border-color css

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

 span { border-color: rgb(143,199,6); }

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