Html Css Color HEX #8DFF0D Chartreuse

📋 copy color: '#8DFF0D'

red 141 ◦ green 255 ◦ blue 13

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

Shades of Chartreuse #8DFF0D

Tints of Chartreuse #8DFF0D

RGB

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

 GREEN value IS 255 (100% from 255) = 62.35%

 BLUE value IS 13 (5.47% from 255) = 3.18%

R = 34.47%
G = 62.35%
B = 3.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#8DFF0D (or 0x8DFF0D) is known color: Chartreuse. HEX triplet: 8D, FF and 0D. RGB value is (141,255,13). Sum of RGB (Red+Green+Blue) = 141+255+13=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 255 (100% from 255 or 62.35% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFF0D is #7200F2. Grayscale: #C2C2C2. Windows color (decimal): -7471347 or 917389. OLE color: 917389.

HSL color Cylindrical-coordinate representation of color #8DFF0D: hue angle of 88.26º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DFF0D is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 141 255 13 -
CMYK 0.45 0 0.95 0
HSL 88.26º 1% 0.53% -
HSV(B) 88.26º 0.95% 1% -
XYZ 46.82 77.21 12.82 -
YUV 193.33 26.23 90.68 -
System Red Green Blue C M Y K H S L
Decimal 141 255 13 0.45 0 0.95 0 88.26 1 0.53
Hex 8D FF D 2D 0 5F 0 58 64 35
Octal 215 377 15 55 0 137 0 130 144 65
Binary 10001101 11111111 1101 101101 0 1011111 0 1011000 1100100 110101

Color Harmonies of #8DFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFF0D

Black with #8DFF0D

Text Example


Text Example

White with #8DFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,255,13); }

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

background-color css

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

 a { background-color: rgb(141,255,13); }

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

border-color css

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

 span { border-color: rgb(141,255,13); }

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