Html Css Color HEX #7DB880 De York

📋 copy color: '#7DB880'

red 125 ◦ green 184 ◦ blue 128

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

Shades of De York #7DB880

Tints of De York #7DB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.11%

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 28.6%
G = 42.11%
B = 29.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#7DB880 (or 0x7DB880) is known color: De York. HEX triplet: 7D, B8 and 80. RGB value is (125,184,128). Sum of RGB (Red+Green+Blue) = 125+184+128=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB880 is #82477F. Grayscale: #A0A0A0. Windows color (decimal): -8537984 or 8435837. OLE color: 8435837.

HSL color Cylindrical-coordinate representation of color #7DB880: hue angle of 123.05º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB880 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 184 128 -
CMYK 0.32 0 0.30 0.28
HSL 123.05º 0.29% 0.61% -
HSV(B) 123.05º 0.32% 0.72% -
XYZ 29.49 40.2 26.63 -
YUV 159.98 109.95 103.05 -
System Red Green Blue C M Y K H S L
Decimal 125 184 128 0.32 0 0.30 0.28 123.05 0.29 0.61
Hex 7D B8 80 20 0 1E 1C 7B 1D 3D
Octal 175 270 200 40 0 36 34 173 35 75
Binary 1111101 10111000 10000000 100000 0 11110 11100 1111011 11101 111101

Color Harmonies of #7DB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB880

Black with #7DB880

Text Example


Text Example

White with #7DB880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,184,128); }

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

background-color css

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

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

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

border-color css

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

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

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