Html Css Color HEX #7DD07E De York

📋 copy color: '#7DD07E'

red 125 ◦ green 208 ◦ blue 126

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

Shades of De York #7DD07E

Tints of De York #7DD07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.45%

R = 27.23%
G = 45.32%
B = 27.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#7DD07E (or 0x7DD07E) is known color: De York. HEX triplet: 7D, D0 and 7E. RGB value is (125,208,126). Sum of RGB (Red+Green+Blue) = 125+208+126=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD07E is #822F81. Grayscale: #AEAEAE. Windows color (decimal): -8531842 or 8310909. OLE color: 8310909.

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

Color convert

RGB 125 208 126 -
CMYK 0.40 0 0.39 0.18
HSL 120.72º 0.47% 0.65% -
HSV(B) 120.72º 0.4% 0.82% -
XYZ 34.78 50.98 27.75 -
YUV 173.84 101 93.17 -
System Red Green Blue C M Y K H S L
Decimal 125 208 126 0.40 0 0.39 0.18 120.72 0.47 0.65
Hex 7D D0 7E 28 0 27 12 79 2F 41
Octal 175 320 176 50 0 47 22 171 57 101
Binary 1111101 11010000 1111110 101000 0 100111 10010 1111001 101111 1000001

Color Harmonies of #7DD07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD07E

Black with #7DD07E

Text Example


Text Example

White with #7DD07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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