Html Css Color HEX #8FBF13 Citrus

📋 copy color: '#8FBF13'

red 143 ◦ green 191 ◦ blue 19

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

Shades of Citrus #8FBF13

Tints of Citrus #8FBF13

RGB

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

 GREEN value IS 191 (75% from 255) = 54.11%

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 40.51%
G = 54.11%
B = 5.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#8FBF13 (or 0x8FBF13) is known color: Citrus. HEX triplet: 8F, BF and 13. RGB value is (143,191,19). Sum of RGB (Red+Green+Blue) = 143+191+19=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBF13 is #7040EC. Grayscale: #9D9D9D. Windows color (decimal): -7356653 or 1294223. OLE color: 1294223.

HSL color Cylindrical-coordinate representation of color #8FBF13: hue angle of 76.74º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FBF13 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 191 19 -
CMYK 0.25 0 0.90 0.25
HSL 76.74º 0.82% 0.41% -
HSV(B) 76.74º 0.9% 0.75% -
XYZ 30.08 43.15 7.36 -
YUV 157.04 50.1 117.99 -
System Red Green Blue C M Y K H S L
Decimal 143 191 19 0.25 0 0.90 0.25 76.74 0.82 0.41
Hex 8F BF 13 19 0 5A 19 4D 52 29
Octal 217 277 23 31 0 132 31 115 122 51
Binary 10001111 10111111 10011 11001 0 1011010 11001 1001101 1010010 101001

Color Harmonies of #8FBF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBF13

Black with #8FBF13

Text Example


Text Example

White with #8FBF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,191,19); }

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

background-color css

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

 a { background-color: rgb(143,191,19); }

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

border-color css

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

 span { border-color: rgb(143,191,19); }

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