Html Css Color HEX #8FB300 Citrus

📋 copy color: '#8FB300'

red 143 ◦ green 179 ◦ blue 0

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

Shades of Citrus #8FB300

Tints of Citrus #8FB300

RGB

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

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

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

R = 44.41%
G = 55.59%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#8FB300 (or 0x8FB300) is known color: Citrus. HEX triplet: 8F, B3 and 00. RGB value is (143,179,0). Sum of RGB (Red+Green+Blue) = 143+179+0=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 179 (70.31% from 255 or 55.59% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB300 is #704CFF. Grayscale: #949494. Windows color (decimal): -7359744 or 45967. OLE color: 45967.

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

Color convert

RGB 143 179 0 -
CMYK 0.20 0 1 0.30
HSL 72.07º 1% 0.35% -
HSV(B) 72.07º 1% 0.7% -
XYZ 27.45 38.08 5.9 -
YUV 147.83 44.57 124.55 -
System Red Green Blue C M Y K H S L
Decimal 143 179 0 0.20 0 1 0.30 72.07 1 0.35
Hex 8F B3 0 14 0 64 1E 48 64 23
Octal 217 263 0 24 0 144 36 110 144 43
Binary 10001111 10110011 0 10100 0 1100100 11110 1001000 1100100 100011

Color Harmonies of #8FB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB300

Black with #8FB300

Text Example


Text Example

White with #8FB300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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