Html Css Color HEX #7DBE7E De York

📋 copy color: '#7DBE7E'

red 125 ◦ green 190 ◦ blue 126

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

Shades of De York #7DBE7E

Tints of De York #7DBE7E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

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

R = 28.34%
G = 43.08%
B = 28.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#7DBE7E (or 0x7DBE7E) is known color: De York. HEX triplet: 7D, BE and 7E. RGB value is (125,190,126). Sum of RGB (Red+Green+Blue) = 125+190+126=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE7E is #824181. Grayscale: #A3A3A3. Windows color (decimal): -8536450 or 8306301. OLE color: 8306301.

HSL color Cylindrical-coordinate representation of color #7DBE7E: hue angle of 120.92º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBE7E is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 190 126 -
CMYK 0.34 0 0.34 0.25
HSL 120.92º 0.33% 0.62% -
HSV(B) 120.92º 0.34% 0.75% -
XYZ 30.64 42.69 26.36 -
YUV 163.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 125 190 126 0.34 0 0.34 0.25 120.92 0.33 0.62
Hex 7D BE 7E 22 0 22 19 79 21 3E
Octal 175 276 176 42 0 42 31 171 41 76
Binary 1111101 10111110 1111110 100010 0 100010 11001 1111001 100001 111110

Color Harmonies of #7DBE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBE7E

Black with #7DBE7E

Text Example


Text Example

White with #7DBE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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