Html Css Color HEX #8CF117 Chartreuse

📋 copy color: '#8CF117'

red 140 ◦ green 241 ◦ blue 23

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

Shades of Chartreuse #8CF117

Tints of Chartreuse #8CF117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.69%

R = 34.65%
G = 59.65%
B = 5.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#8CF117 (or 0x8CF117) is known color: Chartreuse. HEX triplet: 8C, F1 and 17. RGB value is (140,241,23). Sum of RGB (Red+Green+Blue) = 140+241+23=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF117 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF117 is #730EE8. Grayscale: #BABABA. Windows color (decimal): -7540457 or 1569164. OLE color: 1569164.

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

Color convert

RGB 140 241 23 -
CMYK 0.42 0 0.90 0.05
HSL 87.8º 0.89% 0.52% -
HSV(B) 87.8º 0.9% 0.95% -
XYZ 42.43 68.55 11.81 -
YUV 185.95 36.04 95.23 -
System Red Green Blue C M Y K H S L
Decimal 140 241 23 0.42 0 0.90 0.05 87.8 0.89 0.52
Hex 8C F1 17 2A 0 5A 5 58 59 34
Octal 214 361 27 52 0 132 5 130 131 64
Binary 10001100 11110001 10111 101010 0 1011010 101 1011000 1011001 110100

Color Harmonies of #8CF117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF117

Black with #8CF117

Text Example


Text Example

White with #8CF117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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