Html Css Color HEX #7FCA92 De York

📋 copy color: '#7FCA92'

red 127 ◦ green 202 ◦ blue 146

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

Shades of De York #7FCA92

Tints of De York #7FCA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.74%

R = 26.74%
G = 42.53%
B = 30.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#7FCA92 (or 0x7FCA92) is known color: De York. HEX triplet: 7F, CA and 92. RGB value is (127,202,146). Sum of RGB (Red+Green+Blue) = 127+202+146=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA92 is #80356D. Grayscale: #ADADAD. Windows color (decimal): -8402286 or 9620095. OLE color: 9620095.

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

Color convert

RGB 127 202 146 -
CMYK 0.37 0 0.28 0.21
HSL 135.2º 0.41% 0.65% -
HSV(B) 135.2º 0.37% 0.79% -
XYZ 35.06 48.83 34.77 -
YUV 173.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 127 202 146 0.37 0 0.28 0.21 135.2 0.41 0.65
Hex 7F CA 92 25 0 1C 15 87 29 41
Octal 177 312 222 45 0 34 25 207 51 101
Binary 1111111 11001010 10010010 100101 0 11100 10101 10000111 101001 1000001

Color Harmonies of #7FCA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCA92

Black with #7FCA92

Text Example


Text Example

White with #7FCA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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