Html Css Color HEX #8CF316 Chartreuse

📋 copy color: '#8CF316'

red 140 ◦ green 243 ◦ blue 22

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

Shades of Chartreuse #8CF316

Tints of Chartreuse #8CF316

RGB

 RED value IS 140 (55.08% from 255) = 34.57%

 GREEN value IS 243 (95.31% from 255) = 60%

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

R = 34.57%
G = 60%
B = 5.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#8CF316 (or 0x8CF316) is known color: Chartreuse. HEX triplet: 8C, F3 and 16. RGB value is (140,243,22). Sum of RGB (Red+Green+Blue) = 140+243+22=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 243 (95.31% from 255 or 60% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF316 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF316 is #730CE9. Grayscale: #BBBBBB. Windows color (decimal): -7539946 or 1504140. OLE color: 1504140.

HSL color Cylindrical-coordinate representation of color #8CF316: hue angle of 87.96º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CF316 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 243 22 -
CMYK 0.42 0 0.91 0.05
HSL 87.96º 0.9% 0.52% -
HSV(B) 87.96º 0.91% 0.95% -
XYZ 43.01 69.73 11.95 -
YUV 187.01 34.88 94.47 -
System Red Green Blue C M Y K H S L
Decimal 140 243 22 0.42 0 0.91 0.05 87.96 0.9 0.52
Hex 8C F3 16 2A 0 5B 5 58 5A 34
Octal 214 363 26 52 0 133 5 130 132 64
Binary 10001100 11110011 10110 101010 0 1011011 101 1011000 1011010 110100

Color Harmonies of #8CF316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF316

Black with #8CF316

Text Example


Text Example

White with #8CF316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,243,22); }

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

background-color css

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

 a { background-color: rgb(140,243,22); }

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

border-color css

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

 span { border-color: rgb(140,243,22); }

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