Html Css Color HEX #7CD686 De York

📋 copy color: '#7CD686'

red 124 ◦ green 214 ◦ blue 134

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

Shades of De York #7CD686

Tints of De York #7CD686

RGB

 RED value IS 124 (48.83% from 255) = 26.27%

 GREEN value IS 214 (83.98% from 255) = 45.34%

 BLUE value IS 134 (52.73% from 255) = 28.39%

R = 26.27%
G = 45.34%
B = 28.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#7CD686 (or 0x7CD686) is known color: De York. HEX triplet: 7C, D6 and 86. RGB value is (124,214,134). Sum of RGB (Red+Green+Blue) = 124+214+134=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD686 is #832979. Grayscale: #B2B2B2. Windows color (decimal): -8595834 or 8836732. OLE color: 8836732.

HSL color Cylindrical-coordinate representation of color #7CD686: hue angle of 126.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD686 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 214 134 -
CMYK 0.42 0 0.37 0.16
HSL 126.67º 0.52% 0.66% -
HSV(B) 126.67º 0.42% 0.84% -
XYZ 36.66 54.1 31.06 -
YUV 177.97 103.18 89.5 -
System Red Green Blue C M Y K H S L
Decimal 124 214 134 0.42 0 0.37 0.16 126.67 0.52 0.66
Hex 7C D6 86 2A 0 25 10 7F 34 42
Octal 174 326 206 52 0 45 20 177 64 102
Binary 1111100 11010110 10000110 101010 0 100101 10000 1111111 110100 1000010

Color Harmonies of #7CD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD686

Black with #7CD686

Text Example


Text Example

White with #7CD686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,214,134); }

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

background-color css

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

 a { background-color: rgb(124,214,134); }

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

border-color css

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

 span { border-color: rgb(124,214,134); }

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