Html Css Color HEX #7FD685 De York

📋 copy color: '#7FD685'

red 127 ◦ green 214 ◦ blue 133

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

Shades of De York #7FD685

Tints of De York #7FD685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.06%

R = 26.79%
G = 45.15%
B = 28.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#7FD685 (or 0x7FD685) is known color: De York. HEX triplet: 7F, D6 and 85. RGB value is (127,214,133). Sum of RGB (Red+Green+Blue) = 127+214+133=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD685 is #80297A. Grayscale: #B2B2B2. Windows color (decimal): -8399227 or 8771199. OLE color: 8771199.

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

Color convert

RGB 127 214 133 -
CMYK 0.41 0 0.38 0.16
HSL 124.14º 0.51% 0.67% -
HSV(B) 124.14º 0.41% 0.84% -
XYZ 37.03 54.3 30.72 -
YUV 178.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 127 214 133 0.41 0 0.38 0.16 124.14 0.51 0.67
Hex 7F D6 85 29 0 26 10 7C 33 43
Octal 177 326 205 51 0 46 20 174 63 103
Binary 1111111 11010110 10000101 101001 0 100110 10000 1111100 110011 1000011

Color Harmonies of #7FD685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD685

Black with #7FD685

Text Example


Text Example

White with #7FD685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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