Html Css Color HEX #7FCA8C De York

📋 copy color: '#7FCA8C'

red 127 ◦ green 202 ◦ blue 140

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

Shades of De York #7FCA8C

Tints of De York #7FCA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 27.08%
G = 43.07%
B = 29.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#7FCA8C (or 0x7FCA8C) is known color: De York. HEX triplet: 7F, CA and 8C. RGB value is (127,202,140). Sum of RGB (Red+Green+Blue) = 127+202+140=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA8C is #803573. Grayscale: #ACACAC. Windows color (decimal): -8402292 or 9226879. OLE color: 9226879.

HSL color Cylindrical-coordinate representation of color #7FCA8C: hue angle of 130.4º 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 #7FCA8C is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 202 140 -
CMYK 0.37 0 0.31 0.21
HSL 130.4º 0.41% 0.65% -
HSV(B) 130.4º 0.37% 0.79% -
XYZ 34.61 48.65 32.38 -
YUV 172.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 127 202 140 0.37 0 0.31 0.21 130.4 0.41 0.65
Hex 7F CA 8C 25 0 1F 15 82 29 41
Octal 177 312 214 45 0 37 25 202 51 101
Binary 1111111 11001010 10001100 100101 0 11111 10101 10000010 101001 1000001

Color Harmonies of #7FCA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCA8C

Black with #7FCA8C

Text Example


Text Example

White with #7FCA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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