Html Css Color HEX #7DD795 De York

📋 copy color: '#7DD795'

red 125 ◦ green 215 ◦ blue 149

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

Shades of De York #7DD795

Tints of De York #7DD795

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.97%

 BLUE value IS 149 (58.59% from 255) = 30.47%

R = 25.56%
G = 43.97%
B = 30.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#7DD795 (or 0x7DD795) is known color: De York. HEX triplet: 7D, D7 and 95. RGB value is (125,215,149). Sum of RGB (Red+Green+Blue) = 125+215+149=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD795 is #82286A. Grayscale: #B4B4B4. Windows color (decimal): -8530027 or 9820029. OLE color: 9820029.

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

Color convert

RGB 125 215 149 -
CMYK 0.42 0 0.31 0.16
HSL 136º 0.53% 0.67% -
HSV(B) 136º 0.42% 0.84% -
XYZ 38.18 55.13 37.06 -
YUV 180.57 110.18 88.37 -
System Red Green Blue C M Y K H S L
Decimal 125 215 149 0.42 0 0.31 0.16 136 0.53 0.67
Hex 7D D7 95 2A 0 1F 10 88 35 43
Octal 175 327 225 52 0 37 20 210 65 103
Binary 1111101 11010111 10010101 101010 0 11111 10000 10001000 110101 1000011

Color Harmonies of #7DD795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD795

Black with #7DD795

Text Example


Text Example

White with #7DD795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,215,149); }

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

background-color css

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

 a { background-color: rgb(125,215,149); }

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

border-color css

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

 span { border-color: rgb(125,215,149); }

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