Html Css Color HEX #8DFC10 Chartreuse

📋 copy color: '#8DFC10'

red 141 ◦ green 252 ◦ blue 16

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

Shades of Chartreuse #8DFC10

Tints of Chartreuse #8DFC10

RGB

 RED value IS 141 (55.47% from 255) = 34.47%

 GREEN value IS 252 (98.83% from 255) = 61.61%

 BLUE value IS 16 (6.64% from 255) = 3.91%

R = 34.47%
G = 61.61%
B = 3.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#8DFC10 (or 0x8DFC10) is known color: Chartreuse. HEX triplet: 8D, FC and 10. RGB value is (141,252,16). Sum of RGB (Red+Green+Blue) = 141+252+16=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 252 (98.83% from 255 or 61.61% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFC10 is #7203EF. Grayscale: #C0C0C0. Windows color (decimal): -7472112 or 1113229. OLE color: 1113229.

HSL color Cylindrical-coordinate representation of color #8DFC10: hue angle of 88.22º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DFC10 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 252 16 -
CMYK 0.44 0 0.94 0.01
HSL 88.22º 0.98% 0.53% -
HSV(B) 88.22º 0.94% 0.99% -
XYZ 45.89 75.32 12.61 -
YUV 191.91 28.73 91.69 -
System Red Green Blue C M Y K H S L
Decimal 141 252 16 0.44 0 0.94 0.01 88.22 0.98 0.53
Hex 8D FC 10 2C 0 5E 1 58 62 35
Octal 215 374 20 54 0 136 1 130 142 65
Binary 10001101 11111100 10000 101100 0 1011110 1 1011000 1100010 110101

Color Harmonies of #8DFC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFC10

Black with #8DFC10

Text Example


Text Example

White with #8DFC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,252,16); }

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

background-color css

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

 a { background-color: rgb(141,252,16); }

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

border-color css

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

 span { border-color: rgb(141,252,16); }

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