Html Css Color HEX #8DF921 Chartreuse

📋 copy color: '#8DF921'

red 141 ◦ green 249 ◦ blue 33

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

Shades of Chartreuse #8DF921

Tints of Chartreuse #8DF921

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.87%

 BLUE value IS 33 (13.28% from 255) = 7.8%

R = 33.33%
G = 58.87%
B = 7.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#8DF921 (or 0x8DF921) is known color: Chartreuse. HEX triplet: 8D, F9 and 21. RGB value is (141,249,33). Sum of RGB (Red+Green+Blue) = 141+249+33=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF921 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF921 is #7206DE. Grayscale: #C0C0C0. Windows color (decimal): -7472863 or 2226573. OLE color: 2226573.

HSL color Cylindrical-coordinate representation of color #8DF921: hue angle of 90º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DF921 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 249 33 -
CMYK 0.43 0 0.87 0.02
HSL 90º 0.95% 0.55% -
HSV(B) 90º 0.87% 0.98% -
XYZ 45.13 73.52 13.25 -
YUV 192.08 38.22 91.56 -
System Red Green Blue C M Y K H S L
Decimal 141 249 33 0.43 0 0.87 0.02 90 0.95 0.55
Hex 8D F9 21 2B 0 57 2 5A 5F 37
Octal 215 371 41 53 0 127 2 132 137 67
Binary 10001101 11111001 100001 101011 0 1010111 10 1011010 1011111 110111

Color Harmonies of #8DF921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF921

Black with #8DF921

Text Example


Text Example

White with #8DF921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,249,33); }

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

background-color css

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

 a { background-color: rgb(141,249,33); }

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

border-color css

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

 span { border-color: rgb(141,249,33); }

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