Html Css Color HEX #7DD194 De York

📋 copy color: '#7DD194'

red 125 ◦ green 209 ◦ blue 148

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

Shades of De York #7DD194

Tints of De York #7DD194

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

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

R = 25.93%
G = 43.36%
B = 30.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#7DD194 (or 0x7DD194) is known color: De York. HEX triplet: 7D, D1 and 94. RGB value is (125,209,148). Sum of RGB (Red+Green+Blue) = 125+209+148=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD194 is #822E6B. Grayscale: #B1B1B1. Windows color (decimal): -8531564 or 9752957. OLE color: 9752957.

HSL color Cylindrical-coordinate representation of color #7DD194: hue angle of 136.43º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD194 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 209 148 -
CMYK 0.40 0 0.29 0.18
HSL 136.43º 0.48% 0.65% -
HSV(B) 136.43º 0.4% 0.82% -
XYZ 36.6 52.1 36.14 -
YUV 176.93 111.67 90.96 -
System Red Green Blue C M Y K H S L
Decimal 125 209 148 0.40 0 0.29 0.18 136.43 0.48 0.65
Hex 7D D1 94 28 0 1D 12 88 30 41
Octal 175 321 224 50 0 35 22 210 60 101
Binary 1111101 11010001 10010100 101000 0 11101 10010 10001000 110000 1000001

Color Harmonies of #7DD194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD194

Black with #7DD194

Text Example


Text Example

White with #7DD194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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