Html Css Color HEX #7DCD94 De York

📋 copy color: '#7DCD94'

red 125 ◦ green 205 ◦ blue 148

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

Shades of De York #7DCD94

Tints of De York #7DCD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 26.15%
G = 42.89%
B = 30.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#7DCD94 (or 0x7DCD94) is known color: De York. HEX triplet: 7D, CD and 94. RGB value is (125,205,148). Sum of RGB (Red+Green+Blue) = 125+205+148=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD94 is #82326B. Grayscale: #AEAEAE. Windows color (decimal): -8532588 or 9751933. OLE color: 9751933.

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

Color convert

RGB 125 205 148 -
CMYK 0.39 0 0.28 0.20
HSL 137.25º 0.44% 0.65% -
HSV(B) 137.25º 0.39% 0.8% -
XYZ 35.63 50.16 35.82 -
YUV 174.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 125 205 148 0.39 0 0.28 0.20 137.25 0.44 0.65
Hex 7D CD 94 27 0 1C 14 89 2C 41
Octal 175 315 224 47 0 34 24 211 54 101
Binary 1111101 11001101 10010100 100111 0 11100 10100 10001001 101100 1000001

Color Harmonies of #7DCD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD94

Black with #7DCD94

Text Example


Text Example

White with #7DCD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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