Html Css Color HEX #7DC890 De York

📋 copy color: '#7DC890'

red 125 ◦ green 200 ◦ blue 144

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

Shades of De York #7DC890

Tints of De York #7DC890

RGB

 RED value IS 125 (49.22% from 255) = 26.65%

 GREEN value IS 200 (78.52% from 255) = 42.64%

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 26.65%
G = 42.64%
B = 30.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#7DC890 (or 0x7DC890) is known color: De York. HEX triplet: 7D, C8 and 90. RGB value is (125,200,144). Sum of RGB (Red+Green+Blue) = 125+200+144=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC890 is #82376F. Grayscale: #ABABAB. Windows color (decimal): -8533872 or 9488509. OLE color: 9488509.

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

Color convert

RGB 125 200 144 -
CMYK 0.38 0 0.28 0.22
HSL 135.2º 0.41% 0.64% -
HSV(B) 135.2º 0.38% 0.78% -
XYZ 34.15 47.68 33.79 -
YUV 171.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 125 200 144 0.38 0 0.28 0.22 135.2 0.41 0.64
Hex 7D C8 90 26 0 1C 16 87 29 40
Octal 175 310 220 46 0 34 26 207 51 100
Binary 1111101 11001000 10010000 100110 0 11100 10110 10000111 101001 1000000

Color Harmonies of #7DC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC890

Black with #7DC890

Text Example


Text Example

White with #7DC890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,200,144); }

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

background-color css

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

 a { background-color: rgb(125,200,144); }

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

border-color css

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

 span { border-color: rgb(125,200,144); }

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