Html Css Color HEX #7DFF0F Chartreuse

📋 copy color: '#7DFF0F'

red 125 ◦ green 255 ◦ blue 15

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

Shades of Chartreuse #7DFF0F

Tints of Chartreuse #7DFF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.8%

R = 31.65%
G = 64.56%
B = 3.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#7DFF0F (or 0x7DFF0F) is known color: Chartreuse. HEX triplet: 7D, FF and 0F. RGB value is (125,255,15). Sum of RGB (Red+Green+Blue) = 125+255+15=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DFF0F is #8200F0. Grayscale: #BDBDBD. Windows color (decimal): -8519921 or 1048445. OLE color: 1048445.

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

Color convert

RGB 125 255 15 -
CMYK 0.51 0 0.94 0
HSL 92.5º 1% 0.53% -
HSV(B) 92.5º 0.94% 1% -
XYZ 44.3 75.91 12.77 -
YUV 188.77 29.93 82.51 -
System Red Green Blue C M Y K H S L
Decimal 125 255 15 0.51 0 0.94 0 92.5 1 0.53
Hex 7D FF F 33 0 5E 0 5C 64 35
Octal 175 377 17 63 0 136 0 134 144 65
Binary 1111101 11111111 1111 110011 0 1011110 0 1011100 1100100 110101

Color Harmonies of #7DFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFF0F

Black with #7DFF0F

Text Example


Text Example

White with #7DFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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