Html Css Color HEX #7DBA82 De York

📋 copy color: '#7DBA82'

red 125 ◦ green 186 ◦ blue 130

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

Shades of De York #7DBA82

Tints of De York #7DBA82

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.18%

 BLUE value IS 130 (51.17% from 255) = 29.48%

R = 28.34%
G = 42.18%
B = 29.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#7DBA82 (or 0x7DBA82) is known color: De York. HEX triplet: 7D, BA and 82. RGB value is (125,186,130). Sum of RGB (Red+Green+Blue) = 125+186+130=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBA82 is #82457D. Grayscale: #A1A1A1. Windows color (decimal): -8537470 or 8567421. OLE color: 8567421.

HSL color Cylindrical-coordinate representation of color #7DBA82: hue angle of 124.92º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBA82 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 130 -
CMYK 0.33 0 0.30 0.27
HSL 124.92º 0.31% 0.61% -
HSV(B) 124.92º 0.33% 0.73% -
XYZ 30.05 41.09 27.47 -
YUV 161.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 125 186 130 0.33 0 0.30 0.27 124.92 0.31 0.61
Hex 7D BA 82 21 0 1E 1B 7D 1F 3D
Octal 175 272 202 41 0 36 33 175 37 75
Binary 1111101 10111010 10000010 100001 0 11110 11011 1111101 11111 111101

Color Harmonies of #7DBA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA82

Black with #7DBA82

Text Example


Text Example

White with #7DBA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,130); }

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

background-color css

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

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

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

border-color css

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

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

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