Html Css Color HEX #7DB47F De York

📋 copy color: '#7DB47F'

red 125 ◦ green 180 ◦ blue 127

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

Shades of De York #7DB47F

Tints of De York #7DB47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

 BLUE value IS 127 (50% from 255) = 29.4%

R = 28.94%
G = 41.67%
B = 29.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#7DB47F (or 0x7DB47F) is known color: De York. HEX triplet: 7D, B4 and 7F. RGB value is (125,180,127). Sum of RGB (Red+Green+Blue) = 125+180+127=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB47F is #824B80. Grayscale: #9D9D9D. Windows color (decimal): -8539009 or 8369277. OLE color: 8369277.

HSL color Cylindrical-coordinate representation of color #7DB47F: hue angle of 122.18º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB47F is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 180 127 -
CMYK 0.31 0 0.29 0.29
HSL 122.18º 0.27% 0.6% -
HSV(B) 122.18º 0.31% 0.71% -
XYZ 28.61 38.53 26.01 -
YUV 157.51 110.78 104.81 -
System Red Green Blue C M Y K H S L
Decimal 125 180 127 0.31 0 0.29 0.29 122.18 0.27 0.6
Hex 7D B4 7F 1F 0 1D 1D 7A 1B 3C
Octal 175 264 177 37 0 35 35 172 33 74
Binary 1111101 10110100 1111111 11111 0 11101 11101 1111010 11011 111100

Color Harmonies of #7DB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB47F

Black with #7DB47F

Text Example


Text Example

White with #7DB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,127); }

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

background-color css

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

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

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

border-color css

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

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

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