Html Css Color HEX #8FC40E Citrus

📋 copy color: '#8FC40E'

red 143 ◦ green 196 ◦ blue 14

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

Shades of Citrus #8FC40E

Tints of Citrus #8FC40E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.52%

 BLUE value IS 14 (5.86% from 255) = 3.97%

R = 40.51%
G = 55.52%
B = 3.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#8FC40E (or 0x8FC40E) is known color: Citrus. HEX triplet: 8F, C4 and 0E. RGB value is (143,196,14). Sum of RGB (Red+Green+Blue) = 143+196+14=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC40E is #703BF1. Grayscale: #A0A0A0. Windows color (decimal): -7355378 or 967823. OLE color: 967823.

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

Color convert

RGB 143 196 14 -
CMYK 0.27 0 0.93 0.23
HSL 77.47º 0.87% 0.41% -
HSV(B) 77.47º 0.93% 0.77% -
XYZ 31.15 45.35 7.53 -
YUV 159.41 45.94 116.3 -
System Red Green Blue C M Y K H S L
Decimal 143 196 14 0.27 0 0.93 0.23 77.47 0.87 0.41
Hex 8F C4 E 1B 0 5D 17 4D 57 29
Octal 217 304 16 33 0 135 27 115 127 51
Binary 10001111 11000100 1110 11011 0 1011101 10111 1001101 1010111 101001

Color Harmonies of #8FC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC40E

Black with #8FC40E

Text Example


Text Example

White with #8FC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,196,14); }

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

background-color css

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

 a { background-color: rgb(143,196,14); }

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

border-color css

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

 span { border-color: rgb(143,196,14); }

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