Html Css Color HEX #7DD094 De York

📋 copy color: '#7DD094'

red 125 ◦ green 208 ◦ blue 148

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

Shades of De York #7DD094

Tints of De York #7DD094

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.24%

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

R = 25.99%
G = 43.24%
B = 30.77%

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

#7DD094 (or 0x7DD094) is known color: De York. HEX triplet: 7D, D0 and 94. RGB value is (125,208,148). Sum of RGB (Red+Green+Blue) = 125+208+148=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD094 is #822F6B. Grayscale: #B0B0B0. Windows color (decimal): -8531820 or 9752701. OLE color: 9752701.

HSL color Cylindrical-coordinate representation of color #7DD094: hue angle of 136.63º degrees, saturation: 0.47, 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 #7DD094 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 208 148 -
CMYK 0.40 0 0.29 0.18
HSL 136.63º 0.47% 0.65% -
HSV(B) 136.63º 0.4% 0.82% -
XYZ 36.36 51.61 36.06 -
YUV 176.34 112 91.38 -
System Red Green Blue C M Y K H S L
Decimal 125 208 148 0.40 0 0.29 0.18 136.63 0.47 0.65
Hex 7D D0 94 28 0 1D 12 89 2F 41
Octal 175 320 224 50 0 35 22 211 57 101
Binary 1111101 11010000 10010100 101000 0 11101 10010 10001001 101111 1000001

Color Harmonies of #7DD094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD094

Black with #7DD094

Text Example


Text Example

White with #7DD094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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