Html Css Color HEX #7FCE96 De York

📋 copy color: '#7FCE96'

red 127 ◦ green 206 ◦ blue 150

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

Shades of De York #7FCE96

Tints of De York #7FCE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 26.29%
G = 42.65%
B = 31.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#7FCE96 (or 0x7FCE96) is known color: De York. HEX triplet: 7F, CE and 96. RGB value is (127,206,150). Sum of RGB (Red+Green+Blue) = 127+206+150=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCE96 is #803169. Grayscale: #B0B0B0. Windows color (decimal): -8401258 or 9883263. OLE color: 9883263.

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

Color convert

RGB 127 206 150 -
CMYK 0.38 0 0.27 0.19
HSL 137.47º 0.45% 0.65% -
HSV(B) 137.47º 0.38% 0.81% -
XYZ 36.33 50.86 36.76 -
YUV 176 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 127 206 150 0.38 0 0.27 0.19 137.47 0.45 0.65
Hex 7F CE 96 26 0 1B 13 89 2D 41
Octal 177 316 226 46 0 33 23 211 55 101
Binary 1111111 11001110 10010110 100110 0 11011 10011 10001001 101101 1000001

Color Harmonies of #7FCE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCE96

Black with #7FCE96

Text Example


Text Example

White with #7FCE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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