Html Css Color HEX #7DCC94 De York

📋 copy color: '#7DCC94'

red 125 ◦ green 204 ◦ blue 148

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

Shades of De York #7DCC94

Tints of De York #7DCC94

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.77%

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

R = 26.21%
G = 42.77%
B = 31.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#7DCC94 (or 0x7DCC94) is known color: De York. HEX triplet: 7D, CC and 94. RGB value is (125,204,148). Sum of RGB (Red+Green+Blue) = 125+204+148=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC94 is #82336B. Grayscale: #AEAEAE. Windows color (decimal): -8532844 or 9751677. OLE color: 9751677.

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

Color convert

RGB 125 204 148 -
CMYK 0.39 0 0.27 0.2
HSL 137.47º 0.44% 0.65% -
HSV(B) 137.47º 0.39% 0.8% -
XYZ 35.4 49.68 35.74 -
YUV 174 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 125 204 148 0.39 0 0.27 0.2 137.47 0.44 0.65
Hex 7D CC 94 27 0 1B 14 89 2C 41
Octal 175 314 224 47 0 33 24 211 54 101
Binary 1111101 11001100 10010100 100111 0 11011 10100 10001001 101100 1000001

Color Harmonies of #7DCC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC94

Black with #7DCC94

Text Example


Text Example

White with #7DCC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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