Html Css Color HEX #7FCE86 De York

📋 copy color: '#7FCE86'

red 127 ◦ green 206 ◦ blue 134

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

Shades of De York #7FCE86

Tints of De York #7FCE86

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

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

R = 27.19%
G = 44.11%
B = 28.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#7FCE86 (or 0x7FCE86) is known color: De York. HEX triplet: 7F, CE and 86. RGB value is (127,206,134). Sum of RGB (Red+Green+Blue) = 127+206+134=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCE86 is #803179. Grayscale: #AEAEAE. Windows color (decimal): -8401274 or 8834687. OLE color: 8834687.

HSL color Cylindrical-coordinate representation of color #7FCE86: hue angle of 125.32º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCE86 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 206 134 -
CMYK 0.38 0 0.35 0.19
HSL 125.32º 0.45% 0.65% -
HSV(B) 125.32º 0.38% 0.81% -
XYZ 35.13 50.38 30.43 -
YUV 174.17 105.33 94.35 -
System Red Green Blue C M Y K H S L
Decimal 127 206 134 0.38 0 0.35 0.19 125.32 0.45 0.65
Hex 7F CE 86 26 0 23 13 7D 2D 41
Octal 177 316 206 46 0 43 23 175 55 101
Binary 1111111 11001110 10000110 100110 0 100011 10011 1111101 101101 1000001

Color Harmonies of #7FCE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCE86

Black with #7FCE86

Text Example


Text Example

White with #7FCE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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