Html Css Color HEX #7FC685 De York

📋 copy color: '#7FC685'

red 127 ◦ green 198 ◦ blue 133

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

Shades of De York #7FC685

Tints of De York #7FC685

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.23%

 BLUE value IS 133 (52.34% from 255) = 29.04%

R = 27.73%
G = 43.23%
B = 29.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#7FC685 (or 0x7FC685) is known color: De York. HEX triplet: 7F, C6 and 85. RGB value is (127,198,133). Sum of RGB (Red+Green+Blue) = 127+198+133=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC685 is #80397A. Grayscale: #A9A9A9. Windows color (decimal): -8403323 or 8767103. OLE color: 8767103.

HSL color Cylindrical-coordinate representation of color #7FC685: hue angle of 125.07º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC685 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 198 133 -
CMYK 0.36 0 0.33 0.22
HSL 125.07º 0.38% 0.64% -
HSV(B) 125.07º 0.36% 0.78% -
XYZ 33.18 46.59 29.44 -
YUV 169.36 107.48 97.79 -
System Red Green Blue C M Y K H S L
Decimal 127 198 133 0.36 0 0.33 0.22 125.07 0.38 0.64
Hex 7F C6 85 24 0 21 16 7D 26 40
Octal 177 306 205 44 0 41 26 175 46 100
Binary 1111111 11000110 10000101 100100 0 100001 10110 1111101 100110 1000000

Color Harmonies of #7FC685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC685

Black with #7FC685

Text Example


Text Example

White with #7FC685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,198,133); }

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

background-color css

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

 a { background-color: rgb(127,198,133); }

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

border-color css

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

 span { border-color: rgb(127,198,133); }

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