Html Css Color HEX #8FB114 Citrus

📋 copy color: '#8FB114'

red 143 ◦ green 177 ◦ blue 20

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

Shades of Citrus #8FB114

Tints of Citrus #8FB114

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.06%

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 42.06%
G = 52.06%
B = 5.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#8FB114 (or 0x8FB114) is known color: Citrus. HEX triplet: 8F, B1 and 14. RGB value is (143,177,20). Sum of RGB (Red+Green+Blue) = 143+177+20=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FB114 is #704EEB. Grayscale: #959595. Windows color (decimal): -7360236 or 1356175. OLE color: 1356175.

HSL color Cylindrical-coordinate representation of color #8FB114: hue angle of 72.99º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8FB114 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 177 20 -
CMYK 0.19 0 0.89 0.31
HSL 72.99º 0.8% 0.39% -
HSV(B) 72.99º 0.89% 0.69% -
XYZ 27.18 37.33 6.44 -
YUV 148.94 55.24 123.77 -
System Red Green Blue C M Y K H S L
Decimal 143 177 20 0.19 0 0.89 0.31 72.99 0.8 0.39
Hex 8F B1 14 13 0 59 1F 49 50 27
Octal 217 261 24 23 0 131 37 111 120 47
Binary 10001111 10110001 10100 10011 0 1011001 11111 1001001 1010000 100111

Color Harmonies of #8FB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB114

Black with #8FB114

Text Example


Text Example

White with #8FB114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,177,20); }

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

background-color css

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

 a { background-color: rgb(143,177,20); }

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

border-color css

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

 span { border-color: rgb(143,177,20); }

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