Html Css Color HEX #7FD514 Yellow Green

📋 copy color: '#7FD514'

red 127 ◦ green 213 ◦ blue 20

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

Shades of Yellow Green #7FD514

Tints of Yellow Green #7FD514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.17%

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

R = 35.28%
G = 59.17%
B = 5.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#7FD514 (or 0x7FD514) is known color: Yellow Green. HEX triplet: 7F, D5 and 14. RGB value is (127,213,20). Sum of RGB (Red+Green+Blue) = 127+213+20=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FD514 is #802AEB. Grayscale: #A5A5A5. Windows color (decimal): -8399596 or 1365375. OLE color: 1365375.

HSL color Cylindrical-coordinate representation of color #7FD514: hue angle of 86.74º 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 #7FD514 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 213 20 -
CMYK 0.40 0 0.91 0.16
HSL 86.74º 0.83% 0.46% -
HSV(B) 86.74º 0.91% 0.84% -
XYZ 32.67 52.15 9.01 -
YUV 165.28 46.01 100.69 -
System Red Green Blue C M Y K H S L
Decimal 127 213 20 0.40 0 0.91 0.16 86.74 0.83 0.46
Hex 7F D5 14 28 0 5B 10 57 53 2E
Octal 177 325 24 50 0 133 20 127 123 56
Binary 1111111 11010101 10100 101000 0 1011011 10000 1010111 1010011 101110

Color Harmonies of #7FD514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD514

Black with #7FD514

Text Example


Text Example

White with #7FD514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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