Html Css Color HEX #8CFD10 Chartreuse

📋 copy color: '#8CFD10'

red 140 ◦ green 253 ◦ blue 16

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

Shades of Chartreuse #8CFD10

Tints of Chartreuse #8CFD10

RGB

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

 GREEN value IS 253 (99.22% from 255) = 61.86%

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

R = 34.23%
G = 61.86%
B = 3.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#8CFD10 (or 0x8CFD10) is known color: Chartreuse. HEX triplet: 8C, FD and 10. RGB value is (140,253,16). Sum of RGB (Red+Green+Blue) = 140+253+16=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 253 (99.22% from 255 or 61.86% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFD10 is #7302EF. Grayscale: #C1C1C1. Windows color (decimal): -7537392 or 1113484. OLE color: 1113484.

HSL color Cylindrical-coordinate representation of color #8CFD10: hue angle of 88.61º 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 #8CFD10 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 253 16 -
CMYK 0.45 0 0.94 0.01
HSL 88.61º 0.98% 0.53% -
HSV(B) 88.61º 0.94% 0.99% -
XYZ 46.03 75.86 12.71 -
YUV 192.2 28.56 90.77 -
System Red Green Blue C M Y K H S L
Decimal 140 253 16 0.45 0 0.94 0.01 88.61 0.98 0.53
Hex 8C FD 10 2D 0 5E 1 59 62 35
Octal 214 375 20 55 0 136 1 131 142 65
Binary 10001100 11111101 10000 101101 0 1011110 1 1011001 1100010 110101

Color Harmonies of #8CFD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFD10

Black with #8CFD10

Text Example


Text Example

White with #8CFD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,253,16); }

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

background-color css

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

 a { background-color: rgb(140,253,16); }

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

border-color css

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

 span { border-color: rgb(140,253,16); }

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