Html Css Color HEX #8FB500 Citrus

📋 copy color: '#8FB500'

red 143 ◦ green 181 ◦ blue 0

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

Shades of Citrus #8FB500

Tints of Citrus #8FB500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.86%

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

R = 44.14%
G = 55.86%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#8FB500 (or 0x8FB500) is known color: Citrus. HEX triplet: 8F, B5 and 00. RGB value is (143,181,0). Sum of RGB (Red+Green+Blue) = 143+181+0=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB500 is #704AFF. Grayscale: #959595. Windows color (decimal): -7359232 or 46479. OLE color: 46479.

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

Color convert

RGB 143 181 0 -
CMYK 0.21 0 1 0.29
HSL 72.6º 1% 0.35% -
HSV(B) 72.6º 1% 0.71% -
XYZ 27.85 38.89 6.04 -
YUV 149 43.91 123.72 -
System Red Green Blue C M Y K H S L
Decimal 143 181 0 0.21 0 1 0.29 72.6 1 0.35
Hex 8F B5 0 15 0 64 1D 49 64 23
Octal 217 265 0 25 0 144 35 111 144 43
Binary 10001111 10110101 0 10101 0 1100100 11101 1001001 1100100 100011

Color Harmonies of #8FB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB500

Black with #8FB500

Text Example


Text Example

White with #8FB500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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