Html Css Color HEX #7CCC86 De York

📋 copy color: '#7CCC86'

red 124 ◦ green 204 ◦ blue 134

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

Shades of De York #7CCC86

Tints of De York #7CCC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.16%

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

R = 26.84%
G = 44.16%
B = 29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#7CCC86 (or 0x7CCC86) is known color: De York. HEX triplet: 7C, CC and 86. RGB value is (124,204,134). Sum of RGB (Red+Green+Blue) = 124+204+134=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC86 is #833379. Grayscale: #ACACAC. Windows color (decimal): -8598394 or 8834172. OLE color: 8834172.

HSL color Cylindrical-coordinate representation of color #7CCC86: hue angle of 127.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCC86 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 204 134 -
CMYK 0.39 0 0.34 0.2
HSL 127.5º 0.44% 0.64% -
HSV(B) 127.5º 0.39% 0.8% -
XYZ 34.21 49.19 30.25 -
YUV 172.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 124 204 134 0.39 0 0.34 0.2 127.5 0.44 0.64
Hex 7C CC 86 27 0 22 14 80 2C 40
Octal 174 314 206 47 0 42 24 200 54 100
Binary 1111100 11001100 10000110 100111 0 100010 10100 10000000 101100 1000000

Color Harmonies of #7CCC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCC86

Black with #7CCC86

Text Example


Text Example

White with #7CCC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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