Html Css Color HEX #8FC516 Citrus

📋 copy color: '#8FC516'

red 143 ◦ green 197 ◦ blue 22

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

Shades of Citrus #8FC516

Tints of Citrus #8FC516

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.42%

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 39.5%
G = 54.42%
B = 6.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#8FC516 (or 0x8FC516) is known color: Citrus. HEX triplet: 8F, C5 and 16. RGB value is (143,197,22). Sum of RGB (Red+Green+Blue) = 143+197+22=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC516 is #703AE9. Grayscale: #A1A1A1. Windows color (decimal): -7355114 or 1492367. OLE color: 1492367.

HSL color Cylindrical-coordinate representation of color #8FC516: hue angle of 78.51º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8FC516 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 143 197 22 -
CMYK 0.27 0 0.89 0.23
HSL 78.51º 0.8% 0.43% -
HSV(B) 78.51º 0.89% 0.77% -
XYZ 31.44 45.83 7.95 -
YUV 160.9 49.61 115.23 -
System Red Green Blue C M Y K H S L
Decimal 143 197 22 0.27 0 0.89 0.23 78.51 0.8 0.43
Hex 8F C5 16 1B 0 59 17 4F 50 2B
Octal 217 305 26 33 0 131 27 117 120 53
Binary 10001111 11000101 10110 11011 0 1011001 10111 1001111 1010000 101011

Color Harmonies of #8FC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC516

Black with #8FC516

Text Example


Text Example

White with #8FC516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,197,22); }

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

background-color css

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

 a { background-color: rgb(143,197,22); }

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

border-color css

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

 span { border-color: rgb(143,197,22); }

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