Html Css Color HEX #7DCD87 De York

📋 copy color: '#7DCD87'

red 125 ◦ green 205 ◦ blue 135

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

Shades of De York #7DCD87

Tints of De York #7DCD87

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

 BLUE value IS 135 (53.13% from 255) = 29.03%

R = 26.88%
G = 44.09%
B = 29.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#7DCD87 (or 0x7DCD87) is known color: De York. HEX triplet: 7D, CD and 87. RGB value is (125,205,135). Sum of RGB (Red+Green+Blue) = 125+205+135=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD87 is #823278. Grayscale: #ADADAD. Windows color (decimal): -8532601 or 8899965. OLE color: 8899965.

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

Color convert

RGB 125 205 135 -
CMYK 0.39 0 0.34 0.20
HSL 127.5º 0.44% 0.65% -
HSV(B) 127.5º 0.39% 0.8% -
XYZ 34.66 49.77 30.7 -
YUV 173.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 125 205 135 0.39 0 0.34 0.20 127.5 0.44 0.65
Hex 7D CD 87 27 0 22 14 80 2C 41
Octal 175 315 207 47 0 42 24 200 54 101
Binary 1111101 11001101 10000111 100111 0 100010 10100 10000000 101100 1000001

Color Harmonies of #7DCD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD87

Black with #7DCD87

Text Example


Text Example

White with #7DCD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,205,135); }

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

background-color css

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

 a { background-color: rgb(125,205,135); }

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

border-color css

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

 span { border-color: rgb(125,205,135); }

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