Html Css Color HEX #7FCC86 De York

📋 copy color: '#7FCC86'

red 127 ◦ green 204 ◦ blue 134

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

Shades of De York #7FCC86

Tints of De York #7FCC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.87%

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

R = 27.31%
G = 43.87%
B = 28.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#7FCC86 (or 0x7FCC86) is known color: De York. HEX triplet: 7F, CC and 86. RGB value is (127,204,134). Sum of RGB (Red+Green+Blue) = 127+204+134=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCC86 is #803379. Grayscale: #ADADAD. Windows color (decimal): -8401786 or 8834175. OLE color: 8834175.

HSL color Cylindrical-coordinate representation of color #7FCC86: hue angle of 125.45º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCC86 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 204 134 -
CMYK 0.38 0 0.34 0.2
HSL 125.45º 0.43% 0.65% -
HSV(B) 125.45º 0.38% 0.8% -
XYZ 34.65 49.42 30.27 -
YUV 173 105.99 95.19 -
System Red Green Blue C M Y K H S L
Decimal 127 204 134 0.38 0 0.34 0.2 125.45 0.43 0.65
Hex 7F CC 86 26 0 22 14 7D 2B 41
Octal 177 314 206 46 0 42 24 175 53 101
Binary 1111111 11001100 10000110 100110 0 100010 10100 1111101 101011 1000001

Color Harmonies of #7FCC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCC86

Black with #7FCC86

Text Example


Text Example

White with #7FCC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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