Html Css Color HEX #7FD686 De York

📋 copy color: '#7FD686'

red 127 ◦ green 214 ◦ blue 134

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

Shades of De York #7FD686

Tints of De York #7FD686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.21%

R = 26.74%
G = 45.05%
B = 28.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#7FD686 (or 0x7FD686) is known color: De York. HEX triplet: 7F, D6 and 86. RGB value is (127,214,134). Sum of RGB (Red+Green+Blue) = 127+214+134=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD686 is #802979. Grayscale: #B3B3B3. Windows color (decimal): -8399226 or 8836735. OLE color: 8836735.

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

Color convert

RGB 127 214 134 -
CMYK 0.41 0 0.37 0.16
HSL 124.83º 0.51% 0.67% -
HSV(B) 124.83º 0.41% 0.84% -
XYZ 37.1 54.33 31.08 -
YUV 178.87 102.68 91 -
System Red Green Blue C M Y K H S L
Decimal 127 214 134 0.41 0 0.37 0.16 124.83 0.51 0.67
Hex 7F D6 86 29 0 25 10 7D 33 43
Octal 177 326 206 51 0 45 20 175 63 103
Binary 1111111 11010110 10000110 101001 0 100101 10000 1111101 110011 1000011

Color Harmonies of #7FD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD686

Black with #7FD686

Text Example


Text Example

White with #7FD686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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