Html Css Color HEX #8FC50F Citrus

📋 copy color: '#8FC50F'

red 143 ◦ green 197 ◦ blue 15

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

Shades of Citrus #8FC50F

Tints of Citrus #8FC50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.23%

R = 40.28%
G = 55.49%
B = 4.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#8FC50F (or 0x8FC50F) is known color: Citrus. HEX triplet: 8F, C5 and 0F. RGB value is (143,197,15). Sum of RGB (Red+Green+Blue) = 143+197+15=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC50F is #703AF0. Grayscale: #A0A0A0. Windows color (decimal): -7355121 or 1033615. OLE color: 1033615.

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

Color convert

RGB 143 197 15 -
CMYK 0.27 0 0.92 0.23
HSL 77.8º 0.86% 0.42% -
HSV(B) 77.8º 0.92% 0.77% -
XYZ 31.38 45.81 7.64 -
YUV 160.11 46.11 115.8 -
System Red Green Blue C M Y K H S L
Decimal 143 197 15 0.27 0 0.92 0.23 77.8 0.86 0.42
Hex 8F C5 F 1B 0 5C 17 4E 56 2A
Octal 217 305 17 33 0 134 27 116 126 52
Binary 10001111 11000101 1111 11011 0 1011100 10111 1001110 1010110 101010

Color Harmonies of #8FC50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC50F

Black with #8FC50F

Text Example


Text Example

White with #8FC50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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