Html Css Color HEX #8FC716 Citrus

📋 copy color: '#8FC716'

red 143 ◦ green 199 ◦ blue 22

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

Shades of Citrus #8FC716

Tints of Citrus #8FC716

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.67%

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

R = 39.29%
G = 54.67%
B = 6.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#8FC716 (or 0x8FC716) is known color: Citrus. HEX triplet: 8F, C7 and 16. RGB value is (143,199,22). Sum of RGB (Red+Green+Blue) = 143+199+22=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 199 (78.12% from 255 or 54.67% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC716 is #7038E9. Grayscale: #A2A2A2. Windows color (decimal): -7354602 or 1492879. OLE color: 1492879.

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

Color convert

RGB 143 199 22 -
CMYK 0.28 0 0.89 0.22
HSL 78.98º 0.8% 0.43% -
HSV(B) 78.98º 0.89% 0.78% -
XYZ 31.9 46.74 8.1 -
YUV 162.08 48.95 114.39 -
System Red Green Blue C M Y K H S L
Decimal 143 199 22 0.28 0 0.89 0.22 78.98 0.8 0.43
Hex 8F C7 16 1C 0 59 16 4F 50 2B
Octal 217 307 26 34 0 131 26 117 120 53
Binary 10001111 11000111 10110 11100 0 1011001 10110 1001111 1010000 101011

Color Harmonies of #8FC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC716

Black with #8FC716

Text Example


Text Example

White with #8FC716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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