Html Css Color HEX #7FCA94 De York

📋 copy color: '#7FCA94'

red 127 ◦ green 202 ◦ blue 148

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

Shades of De York #7FCA94

Tints of De York #7FCA94

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.35%

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 26.62%
G = 42.35%
B = 31.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#7FCA94 (or 0x7FCA94) is known color: De York. HEX triplet: 7F, CA and 94. RGB value is (127,202,148). Sum of RGB (Red+Green+Blue) = 127+202+148=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA94 is #80356B. Grayscale: #ADADAD. Windows color (decimal): -8402284 or 9751167. OLE color: 9751167.

HSL color Cylindrical-coordinate representation of color #7FCA94: hue angle of 136.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCA94 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 202 148 -
CMYK 0.37 0 0.27 0.21
HSL 136.8º 0.41% 0.65% -
HSV(B) 136.8º 0.37% 0.79% -
XYZ 35.22 48.89 35.6 -
YUV 173.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 127 202 148 0.37 0 0.27 0.21 136.8 0.41 0.65
Hex 7F CA 94 25 0 1B 15 89 29 41
Octal 177 312 224 45 0 33 25 211 51 101
Binary 1111111 11001010 10010100 100101 0 11011 10101 10001001 101001 1000001

Color Harmonies of #7FCA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCA94

Black with #7FCA94

Text Example


Text Example

White with #7FCA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,202,148); }

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

background-color css

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

 a { background-color: rgb(127,202,148); }

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

border-color css

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

 span { border-color: rgb(127,202,148); }

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