Html Css Color HEX #8FB310 Citrus

📋 copy color: '#8FB310'

red 143 ◦ green 179 ◦ blue 16

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

Shades of Citrus #8FB310

Tints of Citrus #8FB310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.96%

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 42.31%
G = 52.96%
B = 4.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#8FB310 (or 0x8FB310) is known color: Citrus. HEX triplet: 8F, B3 and 10. RGB value is (143,179,16). Sum of RGB (Red+Green+Blue) = 143+179+16=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB310 is #704CEF. Grayscale: #969696. Windows color (decimal): -7359728 or 1094543. OLE color: 1094543.

HSL color Cylindrical-coordinate representation of color #8FB310: hue angle of 73.25º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FB310 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 143 179 16 -
CMYK 0.20 0 0.91 0.30
HSL 73.25º 0.84% 0.38% -
HSV(B) 73.25º 0.91% 0.7% -
XYZ 27.54 38.12 6.4 -
YUV 149.65 52.57 123.25 -
System Red Green Blue C M Y K H S L
Decimal 143 179 16 0.20 0 0.91 0.30 73.25 0.84 0.38
Hex 8F B3 10 14 0 5B 1E 49 54 26
Octal 217 263 20 24 0 133 36 111 124 46
Binary 10001111 10110011 10000 10100 0 1011011 11110 1001001 1010100 100110

Color Harmonies of #8FB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB310

Black with #8FB310

Text Example


Text Example

White with #8FB310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,179,16); }

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

background-color css

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

 a { background-color: rgb(143,179,16); }

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

border-color css

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

 span { border-color: rgb(143,179,16); }

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