Html Css Color HEX #7DD99B De York

📋 copy color: '#7DD99B'

red 125 ◦ green 217 ◦ blue 155

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

Shades of De York #7DD99B

Tints of De York #7DD99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.19%

R = 25.15%
G = 43.66%
B = 31.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#7DD99B (or 0x7DD99B) is known color: De York. HEX triplet: 7D, D9 and 9B. RGB value is (125,217,155). Sum of RGB (Red+Green+Blue) = 125+217+155=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD99B is #822664. Grayscale: #B6B6B6. Windows color (decimal): -8529509 or 10213757. OLE color: 10213757.

HSL color Cylindrical-coordinate representation of color #7DD99B: hue angle of 139.57º 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 #7DD99B is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 217 155 -
CMYK 0.42 0 0.29 0.15
HSL 139.57º 0.55% 0.67% -
HSV(B) 139.57º 0.42% 0.85% -
XYZ 39.19 56.35 39.82 -
YUV 182.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 125 217 155 0.42 0 0.29 0.15 139.57 0.55 0.67
Hex 7D D9 9B 2A 0 1D F 8C 37 43
Octal 175 331 233 52 0 35 17 214 67 103
Binary 1111101 11011001 10011011 101010 0 11101 1111 10001100 110111 1000011

Color Harmonies of #7DD99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD99B

Black with #7DD99B

Text Example


Text Example

White with #7DD99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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