Html Css Color HEX #7FD614 Yellow Green

📋 copy color: '#7FD614'

red 127 ◦ green 214 ◦ blue 20

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

Shades of Yellow Green #7FD614

Tints of Yellow Green #7FD614

RGB

 RED value IS 127 (50% from 255) = 35.18%

 GREEN value IS 214 (83.98% from 255) = 59.28%

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 35.18%
G = 59.28%
B = 5.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#7FD614 (or 0x7FD614) is known color: Yellow Green. HEX triplet: 7F, D6 and 14. RGB value is (127,214,20). Sum of RGB (Red+Green+Blue) = 127+214+20=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FD614 is #8029EB. Grayscale: #A6A6A6. Windows color (decimal): -8399340 or 1365631. OLE color: 1365631.

HSL color Cylindrical-coordinate representation of color #7FD614: hue angle of 86.91º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FD614 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 214 20 -
CMYK 0.41 0 0.91 0.16
HSL 86.91º 0.83% 0.46% -
HSV(B) 86.91º 0.91% 0.84% -
XYZ 32.93 52.66 9.09 -
YUV 165.87 45.68 100.27 -
System Red Green Blue C M Y K H S L
Decimal 127 214 20 0.41 0 0.91 0.16 86.91 0.83 0.46
Hex 7F D6 14 29 0 5B 10 57 53 2E
Octal 177 326 24 51 0 133 20 127 123 56
Binary 1111111 11010110 10100 101001 0 1011011 10000 1010111 1010011 101110

Color Harmonies of #7FD614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD614

Black with #7FD614

Text Example


Text Example

White with #7FD614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,214,20); }

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

background-color css

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

 a { background-color: rgb(127,214,20); }

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

border-color css

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

 span { border-color: rgb(127,214,20); }

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