Html Css Color HEX #8DFC12 Chartreuse

📋 copy color: '#8DFC12'

red 141 ◦ green 252 ◦ blue 18

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

Shades of Chartreuse #8DFC12

Tints of Chartreuse #8DFC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.38%

R = 34.31%
G = 61.31%
B = 4.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#8DFC12 (or 0x8DFC12) is known color: Chartreuse. HEX triplet: 8D, FC and 12. RGB value is (141,252,18). Sum of RGB (Red+Green+Blue) = 141+252+18=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 252 (98.83% from 255 or 61.31% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFC12 is #7203ED. Grayscale: #C0C0C0. Windows color (decimal): -7472110 or 1244301. OLE color: 1244301.

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

Color convert

RGB 141 252 18 -
CMYK 0.44 0 0.93 0.01
HSL 88.46º 0.98% 0.53% -
HSV(B) 88.46º 0.93% 0.99% -
XYZ 45.9 75.33 12.69 -
YUV 192.14 29.73 91.53 -
System Red Green Blue C M Y K H S L
Decimal 141 252 18 0.44 0 0.93 0.01 88.46 0.98 0.53
Hex 8D FC 12 2C 0 5D 1 58 62 35
Octal 215 374 22 54 0 135 1 130 142 65
Binary 10001101 11111100 10010 101100 0 1011101 1 1011000 1100010 110101

Color Harmonies of #8DFC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFC12

Black with #8DFC12

Text Example


Text Example

White with #8DFC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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