Html Css Color HEX #7CCA8C De York

📋 copy color: '#7CCA8C'

red 124 ◦ green 202 ◦ blue 140

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

Shades of De York #7CCA8C

Tints of De York #7CCA8C

RGB

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

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

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

R = 26.61%
G = 43.35%
B = 30.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#7CCA8C (or 0x7CCA8C) is known color: De York. HEX triplet: 7C, CA and 8C. RGB value is (124,202,140). Sum of RGB (Red+Green+Blue) = 124+202+140=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCA8C is #833573. Grayscale: #ABABAB. Windows color (decimal): -8598900 or 9226876. OLE color: 9226876.

HSL color Cylindrical-coordinate representation of color #7CCA8C: hue angle of 132.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCA8C is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 202 140 -
CMYK 0.39 0 0.31 0.21
HSL 132.31º 0.42% 0.64% -
HSV(B) 132.31º 0.39% 0.79% -
XYZ 34.17 48.42 32.36 -
YUV 171.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 124 202 140 0.39 0 0.31 0.21 132.31 0.42 0.64
Hex 7C CA 8C 27 0 1F 15 84 2A 40
Octal 174 312 214 47 0 37 25 204 52 100
Binary 1111100 11001010 10001100 100111 0 11111 10101 10000100 101010 1000000

Color Harmonies of #7CCA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCA8C

Black with #7CCA8C

Text Example


Text Example

White with #7CCA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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