Html Css Color HEX #7DD98B De York

📋 copy color: '#7DD98B'

red 125 ◦ green 217 ◦ blue 139

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

Shades of De York #7DD98B

Tints of De York #7DD98B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.11%

 BLUE value IS 139 (54.69% from 255) = 28.9%

R = 25.99%
G = 45.11%
B = 28.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#7DD98B (or 0x7DD98B) is known color: De York. HEX triplet: 7D, D9 and 8B. RGB value is (125,217,139). Sum of RGB (Red+Green+Blue) = 125+217+139=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD98B is #822674. Grayscale: #B4B4B4. Windows color (decimal): -8529525 or 9165181. OLE color: 9165181.

HSL color Cylindrical-coordinate representation of color #7DD98B: hue angle of 129.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD98B is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 217 139 -
CMYK 0.42 0 0.36 0.15
HSL 129.13º 0.55% 0.67% -
HSV(B) 129.13º 0.42% 0.85% -
XYZ 37.93 55.85 33.21 -
YUV 180.6 104.52 88.34 -
System Red Green Blue C M Y K H S L
Decimal 125 217 139 0.42 0 0.36 0.15 129.13 0.55 0.67
Hex 7D D9 8B 2A 0 24 F 81 37 43
Octal 175 331 213 52 0 44 17 201 67 103
Binary 1111101 11011001 10001011 101010 0 100100 1111 10000001 110111 1000011

Color Harmonies of #7DD98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD98B

Black with #7DD98B

Text Example


Text Example

White with #7DD98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,217,139); }

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

background-color css

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

 a { background-color: rgb(125,217,139); }

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

border-color css

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

 span { border-color: rgb(125,217,139); }

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