Html Css Color HEX #8CF115 Chartreuse

📋 copy color: '#8CF115'

red 140 ◦ green 241 ◦ blue 21

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

Shades of Chartreuse #8CF115

Tints of Chartreuse #8CF115

RGB

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

 GREEN value IS 241 (94.53% from 255) = 59.95%

 BLUE value IS 21 (8.59% from 255) = 5.22%

R = 34.83%
G = 59.95%
B = 5.22%

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

#8CF115 (or 0x8CF115) is known color: Chartreuse. HEX triplet: 8C, F1 and 15. RGB value is (140,241,21). Sum of RGB (Red+Green+Blue) = 140+241+21=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 241 (94.53% from 255 or 59.95% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF115 is #730EEA. Grayscale: #BABABA. Windows color (decimal): -7540459 or 1438092. OLE color: 1438092.

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

Color convert

RGB 140 241 21 -
CMYK 0.42 0 0.91 0.05
HSL 87.55º 0.89% 0.51% -
HSV(B) 87.55º 0.91% 0.95% -
XYZ 42.41 68.54 11.7 -
YUV 185.72 35.04 95.39 -
System Red Green Blue C M Y K H S L
Decimal 140 241 21 0.42 0 0.91 0.05 87.55 0.89 0.51
Hex 8C F1 15 2A 0 5B 5 58 59 33
Octal 214 361 25 52 0 133 5 130 131 63
Binary 10001100 11110001 10101 101010 0 1011011 101 1011000 1011001 110011

Color Harmonies of #8CF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF115

Black with #8CF115

Text Example


Text Example

White with #8CF115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,241,21); }

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

background-color css

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

 a { background-color: rgb(140,241,21); }

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

border-color css

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

 span { border-color: rgb(140,241,21); }

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