Html Css Color HEX #8FC318 Citrus

📋 copy color: '#8FC318'

red 143 ◦ green 195 ◦ blue 24

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

Shades of Citrus #8FC318

Tints of Citrus #8FC318

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.87%

 BLUE value IS 24 (9.77% from 255) = 6.63%

R = 39.5%
G = 53.87%
B = 6.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#8FC318 (or 0x8FC318) is known color: Citrus. HEX triplet: 8F, C3 and 18. RGB value is (143,195,24). Sum of RGB (Red+Green+Blue) = 143+195+24=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC318 is #703CE7. Grayscale: #A0A0A0. Windows color (decimal): -7355624 or 1622927. OLE color: 1622927.

HSL color Cylindrical-coordinate representation of color #8FC318: hue angle of 78.25º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8FC318 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 195 24 -
CMYK 0.27 0 0.88 0.24
HSL 78.25º 0.78% 0.43% -
HSV(B) 78.25º 0.88% 0.76% -
XYZ 31.01 44.94 7.9 -
YUV 159.96 51.27 115.9 -
System Red Green Blue C M Y K H S L
Decimal 143 195 24 0.27 0 0.88 0.24 78.25 0.78 0.43
Hex 8F C3 18 1B 0 58 18 4E 4E 2B
Octal 217 303 30 33 0 130 30 116 116 53
Binary 10001111 11000011 11000 11011 0 1011000 11000 1001110 1001110 101011

Color Harmonies of #8FC318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC318

Black with #8FC318

Text Example


Text Example

White with #8FC318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,195,24); }

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

background-color css

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

 a { background-color: rgb(143,195,24); }

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

border-color css

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

 span { border-color: rgb(143,195,24); }

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