Html Css Color HEX #8FBE0E Citrus

📋 copy color: '#8FBE0E'

red 143 ◦ green 190 ◦ blue 14

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

Shades of Citrus #8FBE0E

Tints of Citrus #8FBE0E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.76%

 BLUE value IS 14 (5.86% from 255) = 4.03%

R = 41.21%
G = 54.76%
B = 4.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#8FBE0E (or 0x8FBE0E) is known color: Citrus. HEX triplet: 8F, BE and 0E. RGB value is (143,190,14). Sum of RGB (Red+Green+Blue) = 143+190+14=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBE0E is #7041F1. Grayscale: #9C9C9C. Windows color (decimal): -7356914 or 966287. OLE color: 966287.

HSL color Cylindrical-coordinate representation of color #8FBE0E: hue angle of 76.02º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FBE0E is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 190 14 -
CMYK 0.25 0 0.93 0.25
HSL 76.02º 0.86% 0.4% -
HSV(B) 76.02º 0.93% 0.75% -
XYZ 29.82 42.7 7.09 -
YUV 155.88 47.93 118.81 -
System Red Green Blue C M Y K H S L
Decimal 143 190 14 0.25 0 0.93 0.25 76.02 0.86 0.4
Hex 8F BE E 19 0 5D 19 4C 56 28
Octal 217 276 16 31 0 135 31 114 126 50
Binary 10001111 10111110 1110 11001 0 1011101 11001 1001100 1010110 101000

Color Harmonies of #8FBE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBE0E

Black with #8FBE0E

Text Example


Text Example

White with #8FBE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,190,14); }

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

background-color css

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

 a { background-color: rgb(143,190,14); }

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

border-color css

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

 span { border-color: rgb(143,190,14); }

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