Html Css Color HEX #7DC891 De York

📋 copy color: '#7DC891'

red 125 ◦ green 200 ◦ blue 145

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

Shades of De York #7DC891

Tints of De York #7DC891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.85%

R = 26.6%
G = 42.55%
B = 30.85%

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

#7DC891 (or 0x7DC891) is known color: De York. HEX triplet: 7D, C8 and 91. RGB value is (125,200,145). Sum of RGB (Red+Green+Blue) = 125+200+145=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC891 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC891 is #82376E. Grayscale: #ABABAB. Windows color (decimal): -8533871 or 9554045. OLE color: 9554045.

HSL color Cylindrical-coordinate representation of color #7DC891: hue angle of 136º 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 #7DC891 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 200 145 -
CMYK 0.38 0 0.28 0.22
HSL 136º 0.41% 0.64% -
HSV(B) 136º 0.38% 0.78% -
XYZ 34.22 47.71 34.19 -
YUV 171.31 113.15 94.97 -
System Red Green Blue C M Y K H S L
Decimal 125 200 145 0.38 0 0.28 0.22 136 0.41 0.64
Hex 7D C8 91 26 0 1C 16 88 29 40
Octal 175 310 221 46 0 34 26 210 51 100
Binary 1111101 11001000 10010001 100110 0 11100 10110 10001000 101001 1000000

Color Harmonies of #7DC891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC891

Black with #7DC891

Text Example


Text Example

White with #7DC891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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