Html Css Color HEX #8FC714 Citrus

📋 copy color: '#8FC714'

red 143 ◦ green 199 ◦ blue 20

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

Shades of Citrus #8FC714

Tints of Citrus #8FC714

RGB

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

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

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

R = 39.5%
G = 54.97%
B = 5.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#8FC714 (or 0x8FC714) is known color: Citrus. HEX triplet: 8F, C7 and 14. RGB value is (143,199,20). Sum of RGB (Red+Green+Blue) = 143+199+20=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 199 (78.12% from 255 or 54.97% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC714 is #7038EB. Grayscale: #A2A2A2. Windows color (decimal): -7354604 or 1361807. OLE color: 1361807.

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

Color convert

RGB 143 199 20 -
CMYK 0.28 0 0.90 0.22
HSL 78.77º 0.82% 0.43% -
HSV(B) 78.77º 0.9% 0.78% -
XYZ 31.88 46.74 8 -
YUV 161.85 47.95 114.55 -
System Red Green Blue C M Y K H S L
Decimal 143 199 20 0.28 0 0.90 0.22 78.77 0.82 0.43
Hex 8F C7 14 1C 0 5A 16 4F 52 2B
Octal 217 307 24 34 0 132 26 117 122 53
Binary 10001111 11000111 10100 11100 0 1011010 10110 1001111 1010010 101011

Color Harmonies of #8FC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC714

Black with #8FC714

Text Example


Text Example

White with #8FC714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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