Html Css Color HEX #7DCE93 De York

📋 copy color: '#7DCE93'

red 125 ◦ green 206 ◦ blue 147

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

Shades of De York #7DCE93

Tints of De York #7DCE93

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.1%

 BLUE value IS 147 (57.81% from 255) = 30.75%

R = 26.15%
G = 43.1%
B = 30.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#7DCE93 (or 0x7DCE93) is known color: De York. HEX triplet: 7D, CE and 93. RGB value is (125,206,147). Sum of RGB (Red+Green+Blue) = 125+206+147=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE93 is #82316C. Grayscale: #AFAFAF. Windows color (decimal): -8532333 or 9686653. OLE color: 9686653.

HSL color Cylindrical-coordinate representation of color #7DCE93: hue angle of 136.3º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCE93 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 147 -
CMYK 0.39 0 0.29 0.19
HSL 136.3º 0.45% 0.65% -
HSV(B) 136.3º 0.39% 0.81% -
XYZ 35.8 50.61 35.49 -
YUV 175.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 125 206 147 0.39 0 0.29 0.19 136.3 0.45 0.65
Hex 7D CE 93 27 0 1D 13 88 2D 41
Octal 175 316 223 47 0 35 23 210 55 101
Binary 1111101 11001110 10010011 100111 0 11101 10011 10001000 101101 1000001

Color Harmonies of #7DCE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE93

Black with #7DCE93

Text Example


Text Example

White with #7DCE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,147); }

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

background-color css

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

 a { background-color: rgb(125,206,147); }

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

border-color css

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

 span { border-color: rgb(125,206,147); }

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