Html Css Color HEX #7DBD7D De York

📋 copy color: '#7DBD7D'

red 125 ◦ green 189 ◦ blue 125

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

Shades of De York #7DBD7D

Tints of De York #7DBD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.05%

 BLUE value IS 125 (49.22% from 255) = 28.47%

R = 28.47%
G = 43.05%
B = 28.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#7DBD7D (or 0x7DBD7D) is known color: De York. HEX triplet: 7D, BD and 7D. RGB value is (125,189,125). Sum of RGB (Red+Green+Blue) = 125+189+125=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBD7D is #824282. Grayscale: #A2A2A2. Windows color (decimal): -8536707 or 8240509. OLE color: 8240509.

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

Color convert

RGB 125 189 125 -
CMYK 0.34 0 0.34 0.26
HSL 120º 0.33% 0.62% -
HSV(B) 120º 0.34% 0.74% -
XYZ 30.36 42.24 25.95 -
YUV 162.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 125 189 125 0.34 0 0.34 0.26 120 0.33 0.62
Hex 7D BD 7D 22 0 22 1A 78 21 3E
Octal 175 275 175 42 0 42 32 170 41 76
Binary 1111101 10111101 1111101 100010 0 100010 11010 1111000 100001 111110

Color Harmonies of #7DBD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD7D

Black with #7DBD7D

Text Example


Text Example

White with #7DBD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,189,125); }

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

background-color css

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

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

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

border-color css

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

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

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