Html Css Color HEX #7CDC1F Yellow Green

📋 copy color: '#7CDC1F'

red 124 ◦ green 220 ◦ blue 31

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

Shades of Yellow Green #7CDC1F

Tints of Yellow Green #7CDC1F

RGB

 RED value IS 124 (48.83% from 255) = 33.07%

 GREEN value IS 220 (86.33% from 255) = 58.67%

 BLUE value IS 31 (12.5% from 255) = 8.27%

R = 33.07%
G = 58.67%
B = 8.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#7CDC1F (or 0x7CDC1F) is known color: Yellow Green. HEX triplet: 7C, DC and 1F. RGB value is (124,220,31). Sum of RGB (Red+Green+Blue) = 124+220+31=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDC1F is #8323E0. Grayscale: #AAAAAA. Windows color (decimal): -8594401 or 2088060. OLE color: 2088060.

HSL color Cylindrical-coordinate representation of color #7CDC1F: hue angle of 90.48º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CDC1F is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 220 31 -
CMYK 0.44 0 0.86 0.14
HSL 90.48º 0.75% 0.49% -
HSV(B) 90.48º 0.86% 0.86% -
XYZ 34.15 55.57 10.22 -
YUV 169.75 49.7 95.37 -
System Red Green Blue C M Y K H S L
Decimal 124 220 31 0.44 0 0.86 0.14 90.48 0.75 0.49
Hex 7C DC 1F 2C 0 56 E 5A 4B 31
Octal 174 334 37 54 0 126 16 132 113 61
Binary 1111100 11011100 11111 101100 0 1010110 1110 1011010 1001011 110001

Color Harmonies of #7CDC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDC1F

Black with #7CDC1F

Text Example


Text Example

White with #7CDC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,220,31); }

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

background-color css

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

 a { background-color: rgb(124,220,31); }

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

border-color css

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

 span { border-color: rgb(124,220,31); }

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