Html Css Color HEX #8DF402 Chartreuse

📋 copy color: '#8DF402'

red 141 ◦ green 244 ◦ blue 2

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

Shades of Chartreuse #8DF402

Tints of Chartreuse #8DF402

RGB

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

 GREEN value IS 244 (95.7% from 255) = 63.05%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 36.43%
G = 63.05%
B = 0.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#8DF402 (or 0x8DF402) is known color: Chartreuse. HEX triplet: 8D, F4 and 02. RGB value is (141,244,2). Sum of RGB (Red+Green+Blue) = 141+244+2=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 244 (95.70% from 255 or 63.05% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF402 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF402 is #720BFD. Grayscale: #BABABA. Windows color (decimal): -7474174 or 193677. OLE color: 193677.

HSL color Cylindrical-coordinate representation of color #8DF402: hue angle of 85.54º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DF402 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 244 2 -
CMYK 0.42 0 0.99 0.04
HSL 85.54º 0.98% 0.48% -
HSV(B) 85.54º 0.99% 0.96% -
XYZ 43.35 70.37 11.36 -
YUV 185.62 24.38 96.18 -
System Red Green Blue C M Y K H S L
Decimal 141 244 2 0.42 0 0.99 0.04 85.54 0.98 0.48
Hex 8D F4 2 2A 0 63 4 56 62 30
Octal 215 364 2 52 0 143 4 126 142 60
Binary 10001101 11110100 10 101010 0 1100011 100 1010110 1100010 110000

Color Harmonies of #8DF402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF402

Black with #8DF402

Text Example


Text Example

White with #8DF402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,244,2); }

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

background-color css

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

 a { background-color: rgb(141,244,2); }

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

border-color css

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

 span { border-color: rgb(141,244,2); }

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