Html Css Color HEX #7DFF12 Chartreuse

📋 copy color: '#7DFF12'

red 125 ◦ green 255 ◦ blue 18

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

Shades of Chartreuse #7DFF12

Tints of Chartreuse #7DFF12

RGB

 RED value IS 125 (49.22% from 255) = 31.41%

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

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

R = 31.41%
G = 64.07%
B = 4.52%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#7DFF12 (or 0x7DFF12) is known color: Chartreuse. HEX triplet: 7D, FF and 12. RGB value is (125,255,18). Sum of RGB (Red+Green+Blue) = 125+255+18=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 255 (100% from 255 or 64.07% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DFF12 is #8200ED. Grayscale: #BDBDBD. Windows color (decimal): -8519918 or 1245053. OLE color: 1245053.

HSL color Cylindrical-coordinate representation of color #7DFF12: hue angle of 92.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DFF12 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 125 255 18 -
CMYK 0.51 0 0.93 0
HSL 92.91º 1% 0.54% -
HSV(B) 92.91º 0.93% 1% -
XYZ 44.33 75.92 12.89 -
YUV 189.11 31.43 82.27 -
System Red Green Blue C M Y K H S L
Decimal 125 255 18 0.51 0 0.93 0 92.91 1 0.54
Hex 7D FF 12 33 0 5D 0 5D 64 36
Octal 175 377 22 63 0 135 0 135 144 66
Binary 1111101 11111111 10010 110011 0 1011101 0 1011101 1100100 110110

Color Harmonies of #7DFF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFF12

Black with #7DFF12

Text Example


Text Example

White with #7DFF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DFF12; }

 p { color: rgb(125,255,18); }

 H1.HeaderClassName
 {
   color: #7DFF12;
 }
 .AnyTagClassName
 {
   color: #7DFF12;
 }
</style>

background-color css

<style>
 a { background-color: #7DFF12; }

 a { background-color: rgb(125,255,18); }

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

border-color css

<style>
 span { border-color: #7DFF12; }

 span { border-color: rgb(125,255,18); }

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