Html Css Color HEX #7DD699 De York

📋 copy color: '#7DD699'

red 125 ◦ green 214 ◦ blue 153

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

Shades of De York #7DD699

Tints of De York #7DD699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.5%

 BLUE value IS 153 (60.16% from 255) = 31.1%

R = 25.41%
G = 43.5%
B = 31.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#7DD699 (or 0x7DD699) is known color: De York. HEX triplet: 7D, D6 and 99. RGB value is (125,214,153). Sum of RGB (Red+Green+Blue) = 125+214+153=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD699 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD699 is #822966. Grayscale: #B4B4B4. Windows color (decimal): -8530279 or 10081917. OLE color: 10081917.

HSL color Cylindrical-coordinate representation of color #7DD699: hue angle of 138.88º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD699 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 214 153 -
CMYK 0.42 0 0.29 0.16
HSL 138.88º 0.52% 0.66% -
HSV(B) 138.88º 0.42% 0.84% -
XYZ 38.25 54.75 38.69 -
YUV 180.44 112.51 88.46 -
System Red Green Blue C M Y K H S L
Decimal 125 214 153 0.42 0 0.29 0.16 138.88 0.52 0.66
Hex 7D D6 99 2A 0 1D 10 8B 34 42
Octal 175 326 231 52 0 35 20 213 64 102
Binary 1111101 11010110 10011001 101010 0 11101 10000 10001011 110100 1000010

Color Harmonies of #7DD699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD699

Black with #7DD699

Text Example


Text Example

White with #7DD699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,214,153); }

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

background-color css

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

 a { background-color: rgb(125,214,153); }

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

border-color css

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

 span { border-color: rgb(125,214,153); }

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